Ignite UI for Angular Column Group
Inheritance
object
ComponentBase
Classes that extend this class.
Derived Classes- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbColumnGroup() Returns IgbColumnGroup
Properties
Section titled "Properties"GridBaseDirectiveParent
Section titled "GridBaseDirectiveParent"Inherited from: IgbColumn
[CascadingParameter(Name = "GridBaseDirectiveParent")]
protected BaseRendererControl GridBaseDirectiveParent { get; set; } RowIslandParent
Section titled "RowIslandParent"Inherited from: IgbColumn
[CascadingParameter(Name = "RowIslandParent")]
protected BaseRendererElement RowIslandParent { get; set; } HierarchicalGridParent
Section titled "HierarchicalGridParent"Inherited from: IgbColumn
[CascadingParameter(Name = "HierarchicalGridParent")]
protected BaseRendererControl HierarchicalGridParent { get; set; } ColumnGroupParent
Section titled "ColumnGroupParent"Inherited from: IgbColumn
[CascadingParameter(Name = "ColumnGroupParent")]
protected BaseRendererElement ColumnGroupParent { get; set; } Field
Section titled "Field"Inherited from: IgbColumn
Sets/gets the field value.
[Parameter]
public string Field { get; set; } Merge
Section titled "Merge"Inherited from: IgbColumn
Sets/gets whether to merge cells in this column.
[Parameter]
public bool Merge { get; set; } Header
Section titled "Header"Inherited from: IgbColumn
Sets/gets the header value.
[Parameter]
public string Header { get; set; } Title
Section titled "Title"Inherited from: IgbColumn
Sets/gets the title value.
[Parameter]
public string Title { get; set; } Sortable
Section titled "Sortable"Inherited from: IgbColumn
Sets/gets whether the column is sortable. Default value is false.
[Parameter]
public bool Sortable { get; set; } Selectable
Section titled "Selectable"Inherited from: IgbColumn
Returns if the column is selectable.
[Parameter]
public bool Selectable { get; set; } Groupable
Section titled "Groupable"Inherited from: IgbColumn
Sets/gets whether the column is groupable. Default value is false.
[Parameter]
public bool Groupable { get; set; } Editable
Section titled "Editable"Inherited from: IgbColumn
Gets whether the column is editable. Default value is false.
[Parameter]
public bool Editable { get; set; } Filterable
Section titled "Filterable"Inherited from: IgbColumn
Sets/gets whether the column is filterable. Default value is true.
[Parameter]
public bool Filterable { get; set; } Resizable
Section titled "Resizable"Inherited from: IgbColumn
Sets/gets whether the column is resizable. Default value is false.
[Parameter]
public bool Resizable { get; set; } AutosizeHeader
Section titled "AutosizeHeader"Inherited from: IgbColumn
Sets/gets whether the column header is included in autosize logic. Useful when template for a column header is sized based on parent, for example a default div. Default value is false.
[Parameter]
public bool AutosizeHeader { get; set; } HasSummary
Section titled "HasSummary"Inherited from: IgbColumn
Gets a value indicating whether the summary for the column is enabled.
[Parameter]
public bool HasSummary { get; set; } Hidden
Section titled "Hidden"Inherited from: IgbColumn
Gets whether the column is hidden.
[Parameter]
public bool Hidden { get; set; } Selected
Section titled "Selected"Inherited from: IgbColumn
Returns if the column is selected.
[Parameter]
public bool Selected { get; set; } DisableHiding
Section titled "DisableHiding"Inherited from: IgbColumn
Gets whether the hiding is disabled.
[Parameter]
public bool DisableHiding { get; set; } DisablePinning
Section titled "DisablePinning"Inherited from: IgbColumn
Gets whether the pinning is disabled.
[Parameter]
public bool DisablePinning { get; set; } Width
Section titled "Width"Inherited from: IgbColumn
Gets the width of the column.
[Parameter]
public string Width { get; set; } MaxWidth
Section titled "MaxWidth"Inherited from: IgbColumn
Sets/gets the maximum width of the column.
[Parameter]
public string MaxWidth { get; set; } HeaderClasses
Section titled "HeaderClasses"Inherited from: IgbColumn
Sets/gets the class selector of the column header.
[Parameter]
public string HeaderClasses { get; set; } HeaderStyles
Section titled "HeaderStyles"Inherited from: IgbColumn
Sets conditional style properties on the column header. Similar to ngStyle it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.
[Parameter]
public object HeaderStyles { get; set; } HeaderGroupClasses
Section titled "HeaderGroupClasses"Inherited from: IgbColumn
Sets/gets the class selector of the column group header.
[Parameter]
public string HeaderGroupClasses { get; set; } HeaderGroupStyles
Section titled "HeaderGroupStyles"Inherited from: IgbColumn
Sets conditional style properties on the column header group wrapper. Similar to ngStyle it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.
[Parameter]
public object HeaderGroupStyles { get; set; } CellClasses
Section titled "CellClasses"Inherited from: IgbColumn
Sets a conditional class selector of the column cells. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class, while the value is either a callback function that returns a boolean, or boolean, like so:
[Parameter]
public object CellClasses { get; set; } CellClassesScript
Section titled "CellClassesScript"Inherited from: IgbColumn
Provides a means of setting CellClasses in the JavaScript environment.
[Parameter]
public string CellClassesScript { get; set; } CellStyles
Section titled "CellStyles"Inherited from: IgbColumn
Sets conditional style properties on the column cells. Similar to ngStyle it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated. As with cellClasses it accepts a callback function.
[Parameter]
public object CellStyles { get; set; } CellStylesScript
Section titled "CellStylesScript"Inherited from: IgbColumn
Provides a means of setting CellStyles in the JavaScript environment.
[Parameter]
public string CellStylesScript { get; set; } FormatterScript
Section titled "FormatterScript"Inherited from: IgbColumn
Provides a means of setting Formatter in the JavaScript environment.
[Parameter]
public string FormatterScript { get; set; } SummaryFormatterScript
Section titled "SummaryFormatterScript"Inherited from: IgbColumn
Provides a means of setting SummaryFormatter in the JavaScript environment.
[Parameter]
public string SummaryFormatterScript { get; set; } FilteringIgnoreCase
Section titled "FilteringIgnoreCase"Inherited from: IgbColumn
Sets/gets whether the column filtering should be case sensitive. Default value is true.
[Parameter]
public bool FilteringIgnoreCase { get; set; } SortingIgnoreCase
Section titled "SortingIgnoreCase"Inherited from: IgbColumn
Sets/gets whether the column sorting should be case sensitive. Default value is true.
[Parameter]
public bool SortingIgnoreCase { get; set; } Searchable
Section titled "Searchable"Inherited from: IgbColumn
Sets/gets whether the column is searchable. Default value is true.
[Parameter]
public bool Searchable { get; set; } DataType
Section titled "DataType"Inherited from: IgbColumn
Sets/gets the data type of the column values. Default value is string.
[Parameter]
public GridColumnDataType DataType { get; set; } RowEnd
Section titled "RowEnd"Inherited from: IgbColumn
Row index where the current field should end. The amount of rows between rowStart and rowEnd will determine the amount of spanning rows to that field
[Parameter]
public double RowEnd { get; set; } ColEnd
Section titled "ColEnd"Inherited from: IgbColumn
Column index where the current field should end. The amount of columns between colStart and colEnd will determine the amount of spanning columns to that field
[Parameter]
public double ColEnd { get; set; } RowStart
Section titled "RowStart"Inherited from: IgbColumn
Row index from which the field is starting.
[Parameter]
public double RowStart { get; set; } ColStart
Section titled "ColStart"Inherited from: IgbColumn
Column index from which the field is starting.
[Parameter]
public double ColStart { get; set; } AdditionalTemplateContext
Section titled "AdditionalTemplateContext"Inherited from: IgbColumn
Sets/gets custom properties provided in additional template context.
[Parameter]
public object AdditionalTemplateContext { get; set; } MinWidth
Section titled "MinWidth"Inherited from: IgbColumn
Sets/gets the minimum width of the column. Default value is 88;
[Parameter]
public string MinWidth { get; set; } PinningPosition
Section titled "PinningPosition"Inherited from: IgbColumn
Gets the pinning position of the column.
[Parameter]
public ColumnPinningPosition PinningPosition { get; set; } Pinned
Section titled "Pinned"Inherited from: IgbColumn
Gets whether the column is pinned.
[Parameter]
public bool Pinned { get; set; } Summaries
Section titled "Summaries"Inherited from: IgbColumn
Gets the column summaries.
[Parameter]
public object Summaries { get; set; } SummariesScript
Section titled "SummariesScript"Inherited from: IgbColumn
Provides a means of setting Summaries in the JavaScript environment.
[Parameter]
public string SummariesScript { get; set; } DisabledSummaries
Section titled "DisabledSummaries"Inherited from: IgbColumn
Sets/gets the summary operands to exclude from display. Accepts an array of string keys representing the summary types to disable, such as 'Min', 'Max', 'Count' etc.
[Parameter]
public string[] DisabledSummaries { get; set; } Filters
Section titled "Filters"Inherited from: IgbColumn
Gets the column filters.
[Parameter]
public IgbFilteringOperand Filters { get; set; } SortStrategy
Section titled "SortStrategy"Inherited from: IgbColumn
Gets the column sortStrategy.
[Parameter]
public IgbSortingStrategy SortStrategy { get; set; } SummaryTemplate
Section titled "SummaryTemplate"Inherited from: IgbColumn
Returns a reference to the summaryTemplate.
[Parameter]
public RenderFragment<IgbSummaryTemplateContext> SummaryTemplate { get; set; } SummaryTemplateScript
Section titled "SummaryTemplateScript"Inherited from: IgbColumn
Provides a means of setting SummaryTemplate in the JavaScript environment.
[Parameter]
public string SummaryTemplateScript { get; set; } BodyTemplate
Section titled "BodyTemplate"Inherited from: IgbColumn
Returns a reference to the bodyTemplate.
[Parameter]
public RenderFragment<IgbCellTemplateContext> BodyTemplate { get; set; } BodyTemplateScript
Section titled "BodyTemplateScript"Inherited from: IgbColumn
Provides a means of setting BodyTemplate in the JavaScript environment.
[Parameter]
public string BodyTemplateScript { get; set; } HeaderTemplate
Section titled "HeaderTemplate"Inherited from: IgbColumn
Returns a reference to the header template.
[Parameter]
public RenderFragment<IgbColumnTemplateContext> HeaderTemplate { get; set; } HeaderTemplateScript
Section titled "HeaderTemplateScript"Inherited from: IgbColumn
Provides a means of setting HeaderTemplate in the JavaScript environment.
[Parameter]
public string HeaderTemplateScript { get; set; } InlineEditorTemplate
Section titled "InlineEditorTemplate"Inherited from: IgbColumn
Returns a reference to the inline editor template.
[Parameter]
public RenderFragment<IgbCellTemplateContext> InlineEditorTemplate { get; set; } InlineEditorTemplateScript
Section titled "InlineEditorTemplateScript"Inherited from: IgbColumn
Provides a means of setting InlineEditorTemplate in the JavaScript environment.
[Parameter]
public string InlineEditorTemplateScript { get; set; } ErrorTemplate
Section titled "ErrorTemplate"Inherited from: IgbColumn
Returns a reference to the validation error template.
[Parameter]
public RenderFragment<IgbCellTemplateContext> ErrorTemplate { get; set; } ErrorTemplateScript
Section titled "ErrorTemplateScript"Inherited from: IgbColumn
Provides a means of setting ErrorTemplate in the JavaScript environment.
[Parameter]
public string ErrorTemplateScript { get; set; } FilterCellTemplate
Section titled "FilterCellTemplate"Inherited from: IgbColumn
Returns a reference to the filterCellTemplate.
[Parameter]
public RenderFragment<IgbColumnTemplateContext> FilterCellTemplate { get; set; } FilterCellTemplateScript
Section titled "FilterCellTemplateScript"Inherited from: IgbColumn
Provides a means of setting FilterCellTemplate in the JavaScript environment.
[Parameter]
public string FilterCellTemplateScript { get; set; } VisibleWhenCollapsed
Section titled "VisibleWhenCollapsed"Inherited from: IgbColumn
Indicates whether the column will be visible when its parent is collapsed.
[Parameter]
public bool VisibleWhenCollapsed { get; set; } PipeArgs
Section titled "PipeArgs"Inherited from: IgbColumn
[Parameter]
public IgbColumnPipeArgs PipeArgs { get; set; } EditorOptions
Section titled "EditorOptions"Inherited from: IgbColumn
Pass optional properties for the default column editors.
[Parameter]
public IgbColumnEditorOptions EditorOptions { get; set; } ParentColumn
Section titled "ParentColumn"Inherited from: IgbColumn
Sets/gets the parent column.
[Parameter]
[WCWidgetMemberName("Parent")]
public object ParentColumn { get; set; } IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererElement
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } IsComponentRooted
Section titled "IsComponentRooted"Inherited from: BaseRendererElement
public bool IsComponentRooted { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererElement
protected virtual bool UseDirectRender { get; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererElement
[Parameter]
public RenderFragment ChildContent { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererElement
protected virtual bool SupportsVisualChildren { get; } Inherited from: BaseRendererElement
[Parameter]
public string Name { get; set; } Parent
Section titled "Parent"Inherited from: BaseRendererElement
public object Parent { get; } MethodTarget
Section titled "MethodTarget"Inherited from: BaseRendererElement
protected virtual string MethodTarget { get; } CurrParent
Section titled "CurrParent"Inherited from: BaseRendererElement
protected object CurrParent { get; } ActualChildren
Section titled "ActualChildren"public IgbColumnCollection ActualChildren { get; } Children
Section titled "Children"public IgbColumnCollection Children { get; protected set; } Collapsible
Section titled "Collapsible"Set if the column group is collapsible. Default value is false
[Parameter]
public bool Collapsible { get; set; } CollapsibleIndicatorTemplate
Section titled "CollapsibleIndicatorTemplate"Allows you to define a custom template for expand/collapse indicator
[Parameter]
public RenderFragment<IgbColumnTemplateContext> CollapsibleIndicatorTemplate { get; set; } CollapsibleIndicatorTemplateScript
Section titled "CollapsibleIndicatorTemplateScript"Provides a means of setting CollapsibleIndicatorTemplate in the JavaScript environment.
[Parameter]
public string CollapsibleIndicatorTemplateScript { get; set; } ContentChildren
Section titled "ContentChildren"public IgbColumnCollection ContentChildren { get; } Expanded
Section titled "Expanded"Set whether the group is expanded or collapsed initially. Applied only if the collapsible property is set to true Default value is true
[Parameter]
public bool Expanded { get; set; } ParentTypeName
Section titled "ParentTypeName"protected override string ParentTypeName { get; } public override string Type { get; } Accessors
Section titled "Accessors"_name
Section titled "_name"Inherited from: BaseRendererElement
protected string _name eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererElement
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererElement
protected string _cachedSerializedContent Methods
Section titled "Methods"Dispose()
Section titled "Dispose()"Inherited from: IgbColumn
public void Dispose() Returns any
OnInitializedAsync()
Section titled "OnInitializedAsync()"Inherited from: IgbColumn
protected override Task OnInitializedAsync() Returns any
GetIndexAsync()
Section titled "GetIndexAsync()"Inherited from: IgbColumn
public Task<double> GetIndexAsync() Returns any
GetIndex()
Section titled "GetIndex()"Inherited from: IgbColumn
public double GetIndex() Returns any
GetVisibleIndexAsync()
Section titled "GetVisibleIndexAsync()"Inherited from: IgbColumn
public Task<double> GetVisibleIndexAsync() Returns any
GetVisibleIndex()
Section titled "GetVisibleIndex()"Inherited from: IgbColumn
public double GetVisibleIndex() Returns any
GetColumnLayoutChildAsync()
Section titled "GetColumnLayoutChildAsync()"Inherited from: IgbColumn
public Task<bool> GetColumnLayoutChildAsync() Returns any
GetColumnLayoutChild()
Section titled "GetColumnLayoutChild()"Inherited from: IgbColumn
public bool GetColumnLayoutChild() Returns any
GetChildColumnsAsync()
Section titled "GetChildColumnsAsync()"Inherited from: IgbColumn
public Task<IgbColumn[]> GetChildColumnsAsync() Returns any
GetChildColumns()
Section titled "GetChildColumns()"Inherited from: IgbColumn
public IgbColumn[] GetChildColumns() Returns any
GetLevelAsync()
Section titled "GetLevelAsync()"Inherited from: IgbColumn
public Task<double> GetLevelAsync() Returns any
GetLevel()
Section titled "GetLevel()"Inherited from: IgbColumn
public double GetLevel() Returns any
GetFilteringExpressionsTreeAsync()
Section titled "GetFilteringExpressionsTreeAsync()"Inherited from: IgbColumn
public Task<IgbFilteringExpressionsTree> GetFilteringExpressionsTreeAsync() Returns any
GetFilteringExpressionsTree()
Section titled "GetFilteringExpressionsTree()"Inherited from: IgbColumn
public IgbFilteringExpressionsTree GetFilteringExpressionsTree() Returns any
GetTopLevelParentAsync()
Section titled "GetTopLevelParentAsync()"Inherited from: IgbColumn
public Task<IgbColumn> GetTopLevelParentAsync() Returns any
GetTopLevelParent()
Section titled "GetTopLevelParent()"Inherited from: IgbColumn
public IgbColumn GetTopLevelParent() Returns any
SetNativeElementAsync(object)
Section titled "SetNativeElementAsync(object)"Inherited from: IgbColumn
public Task SetNativeElementAsync(object element) Parameters
- element:
object
Returns any
SetNativeElement(object)
Section titled "SetNativeElement(object)"Inherited from: IgbColumn
public void SetNativeElement(object element) Parameters
- element:
object
Returns any
PinAsync(double, ColumnPinningPosition?)
Section titled "PinAsync(double, ColumnPinningPosition?)"Inherited from: IgbColumn
public Task<bool> PinAsync(double index = -1, ColumnPinningPosition? pinningPosition = null) Parameters
- index:
double - pinningPosition:
ColumnPinningPosition?
Returns any
Pin(double, ColumnPinningPosition?)
Section titled "Pin(double, ColumnPinningPosition?)"Inherited from: IgbColumn
public bool Pin(double index = -1, ColumnPinningPosition? pinningPosition = null) Parameters
- index:
double - pinningPosition:
ColumnPinningPosition?
Returns any
UnpinAsync(double)
Section titled "UnpinAsync(double)"Inherited from: IgbColumn
Unpins the column and place it at the provided index in the unpinned area. Defaults to index 0 if not provided, or to the initial index in the unpinned area. Returns true if the column is successfully unpinned. Returns false if the column cannot be unpinned. Column cannot be unpinned if: Is already unpinned index argument is out of range
public Task<bool> UnpinAsync(double index = -1) Parameters
- index:
double
Returns any
Unpin(double)
Section titled "Unpin(double)"Inherited from: IgbColumn
public bool Unpin(double index = -1) Parameters
- index:
double
Returns any
MoveAsync(double)
Section titled "MoveAsync(double)"Inherited from: IgbColumn
Moves a column to the specified visible index. If passed index is invalid, or if column would receive a different visible index after moving, moving is not performed. If passed index would move the column to a different column group. moving is not performed.
public Task MoveAsync(double index) Parameters
- index:
double
Returns any
Move(double)
Section titled "Move(double)"Inherited from: IgbColumn
public void Move(double index) Parameters
- index:
double
Returns any
AutosizeAsync(bool)
Section titled "AutosizeAsync(bool)"Inherited from: IgbColumn
Autosize the column to the longest currently visible cell value, including the header cell. byHeaderOnly Set if column should be autosized based only on the header content.
public Task AutosizeAsync(bool byHeaderOnly = false) Parameters
- byHeaderOnly:
bool
Returns any
Autosize(bool)
Section titled "Autosize(bool)"Inherited from: IgbColumn
public void Autosize(bool byHeaderOnly = false) Parameters
- byHeaderOnly:
bool
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererElement
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererElement
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodSync(string, object[], string[], ElementReference[])
Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodHelper(string, string, object[], string[], ElementReference[])
Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements) Parameters
- target:
string - methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])
Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements) Parameters
- target:
string - methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererElement
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererElement
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererElement
public string Serialize() Returns any
EnsureValid()
Section titled "EnsureValid()"Inherited from: BaseRendererElement
protected void EnsureValid() Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererElement
protected Task<object> SetResourceStringAsync(string grouping, string id, string value) Parameters
- grouping:
string - id:
string - value:
string
Returns any
SetResourceStringAsync(string, string)
Section titled "SetResourceStringAsync(string, string)"Inherited from: BaseRendererElement
protected Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"protected override void EnsureModulesLoaded() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
FromEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
Returns any
ToEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
Returns any
Events
Section titled "Events"HiddenChange
Section titled "HiddenChange"[Parameter]
public EventCallback<IgbComponentBoolValueChangedEventArgs> HiddenChange { get; set; } ExpandedChange
Section titled "ExpandedChange"[Parameter]
public EventCallback<IgbComponentBoolValueChangedEventArgs> ExpandedChange { get; set; } WidthChange
Section titled "WidthChange"[Parameter]
public EventCallback<IgbComponentValueChangedEventArgs> WidthChange { get; set; } PinnedChange
Section titled "PinnedChange"[Parameter]
public EventCallback<IgbComponentBoolValueChangedEventArgs> PinnedChange { get; set; } HiddenChangeScript
Section titled "HiddenChangeScript"[Parameter]
public string HiddenChangeScript { get; set; } ExpandedChangeScript
Section titled "ExpandedChangeScript"[Parameter]
public string ExpandedChangeScript { get; set; } WidthChangeScript
Section titled "WidthChangeScript"[Parameter]
public string WidthChangeScript { get; set; } PinnedChangeScript
Section titled "PinnedChangeScript"[Parameter]
public string PinnedChangeScript { get; set; }