Class GridGroup
Inheritance
System.Object
GridGroup
Namespace: Telerik.Blazor.Components.Grid.Grouping
Assembly: Telerik.Blazor.dll
Syntax
public class GridGroup : Object
Constructors
GridGroup(IGroup)
Properties
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
System.Boolean
|
Group
Declaration
public AggregateFunctionsGroup Group { get; set; }
Property Value
AggregateFunctionsGroup
|
GroupIndex
Declaration
public int GroupIndex { get; set; }
Property Value
System.Int32
|
Level
Declaration
public int Level { get; set; }
Property Value
System.Int32
|
ParentGroup
Subgroups
Declaration
public IEnumerable<GridGroup> Subgroups { get; set; }
Property Value
System.Collections.Generic.IEnumerable<GridGroup>
|