Class IgbColumnGroup
Ignite UI for Angular Column Group
@igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent
Inheritance
System.Object
IgbColumnGroup
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnGroup : IgbColumn, JsonSerializable, IDisposable
Constructors
IgbColumnGroup()
Declaration
Properties
ActualChildren
Declaration
public IgbColumnCollection ActualChildren { get; }
Property Value
Children
Declaration
public IgbColumnCollection Children { get; protected set; }
Property Value
Collapsible
Declaration
public bool Collapsible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CollapsibleIndicatorTemplate
Allows you to define a custom template for expand/collapse indicator
@memberof IgxColumnGroupComponent
Declaration
public RenderFragment<IgbColumnTemplateContext> CollapsibleIndicatorTemplate { get; set; }
Property Value
CollapsibleIndicatorTemplateScript
Provides a means of setting CollapsibleIndicatorTemplate in the JavaScript environment.
Declaration
public string CollapsibleIndicatorTemplateScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ContentChildren
Declaration
public IgbColumnCollection ContentChildren { get; }
Property Value
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ParentTypeName
Declaration
protected override string ParentTypeName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements
System.IDisposable