Show / Hide Table of Contents

Class IgbColumnGroup

Ignite UI for Angular Column Group @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent

Inheritance
System.Object
BaseRendererElement
IgbColumn
IgbColumnGroup
IgbColumnLayout
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbColumn.Dispose()
IgbColumn.OnInitializedAsync()
IgbColumn.GetIndexAsync()
IgbColumn.GetIndex()
IgbColumn.GetVisibleIndexAsync()
IgbColumn.GetVisibleIndex()
IgbColumn.GetColumnLayoutChildAsync()
IgbColumn.GetColumnLayoutChild()
IgbColumn.GetChildColumnsAsync()
IgbColumn.GetChildColumns()
IgbColumn.GetLevelAsync()
IgbColumn.GetLevel()
IgbColumn.GetFilteringExpressionsTreeAsync()
IgbColumn.GetFilteringExpressionsTree()
IgbColumn.GetTopLevelParentAsync()
IgbColumn.GetTopLevelParent()
IgbColumn.SetNativeElementAsync(Object)
IgbColumn.SetNativeElement(Object)
IgbColumn.PinAsync(Double, Nullable<ColumnPinningPosition>)
IgbColumn.Pin(Double, Nullable<ColumnPinningPosition>)
IgbColumn.UnpinAsync(Double)
IgbColumn.Unpin(Double)
IgbColumn.MoveAsync(Double)
IgbColumn.Move(Double)
IgbColumn.AutosizeAsync(Boolean)
IgbColumn.Autosize(Boolean)
IgbColumn.GridBaseDirectiveParent
IgbColumn.RowIslandParent
IgbColumn.HierarchicalGridParent
IgbColumn.ColumnGroupParent
IgbColumn.Field
IgbColumn.Merge
IgbColumn.Header
IgbColumn.Title
IgbColumn.Sortable
IgbColumn.Selectable
IgbColumn.Groupable
IgbColumn.Editable
IgbColumn.Filterable
IgbColumn.Resizable
IgbColumn.AutosizeHeader
IgbColumn.HasSummary
IgbColumn.Hidden
IgbColumn.Selected
IgbColumn.DisableHiding
IgbColumn.DisablePinning
IgbColumn.Width
IgbColumn.MaxWidth
IgbColumn.HeaderClasses
IgbColumn.HeaderStyles
IgbColumn.HeaderGroupClasses
IgbColumn.HeaderGroupStyles
IgbColumn.CellClasses
IgbColumn.CellClassesScript
IgbColumn.CellStyles
IgbColumn.CellStylesScript
IgbColumn.FormatterScript
IgbColumn.SummaryFormatterScript
IgbColumn.FilteringIgnoreCase
IgbColumn.SortingIgnoreCase
IgbColumn.Searchable
IgbColumn.DataType
IgbColumn.RowEnd
IgbColumn.ColEnd
IgbColumn.RowStart
IgbColumn.ColStart
IgbColumn.AdditionalTemplateContext
IgbColumn.MinWidth
IgbColumn.PinningPosition
IgbColumn.Pinned
IgbColumn.Summaries
IgbColumn.SummariesScript
IgbColumn.DisabledSummaries
IgbColumn.Filters
IgbColumn.SortStrategy
IgbColumn.SummaryTemplate
IgbColumn.SummaryTemplateScript
IgbColumn.BodyTemplate
IgbColumn.BodyTemplateScript
IgbColumn.HeaderTemplate
IgbColumn.HeaderTemplateScript
IgbColumn.InlineEditorTemplate
IgbColumn.InlineEditorTemplateScript
IgbColumn.ErrorTemplate
IgbColumn.ErrorTemplateScript
IgbColumn.FilterCellTemplate
IgbColumn.FilterCellTemplateScript
IgbColumn.VisibleWhenCollapsed
IgbColumn.PipeArgs
IgbColumn.EditorOptions
IgbColumn.ParentColumn
IgbColumn.HiddenChangeScript
IgbColumn.HiddenChange
IgbColumn.ExpandedChangeScript
IgbColumn.ExpandedChange
IgbColumn.WidthChangeScript
IgbColumn.WidthChange
IgbColumn.PinnedChangeScript
IgbColumn.PinnedChange
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnGroup : IgbColumn, JsonSerializable, IDisposable

Constructors

IgbColumnGroup()

Declaration
public IgbColumnGroup()

Properties

ActualChildren

Declaration
public IgbColumnCollection ActualChildren { get; }
Property Value
Type Description
IgbColumnCollection

Children

Declaration
public IgbColumnCollection Children { get; protected set; }
Property Value
Type Description
IgbColumnCollection

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
Type Description
Microsoft.AspNetCore.Components.RenderFragment<IgbColumnTemplateContext>

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
Type Description
IgbColumnCollection

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
BaseRendererElement.ParentTypeName

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbColumn.Type

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
IgbColumn.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbColumn.FindByName(String)

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
IgbColumn.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

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
IgbColumn.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable
System.IDisposable