Class Group
Represents a group of data.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class Group
Constructors
Group()
Represents a group of data.
Declaration
public Group()
Properties
Data
Gets or sets the data.
Declaration
public GroupResult Data { get; set; }
Property Value
Type | Description |
---|---|
GroupResult | The data. |
GroupDescriptor
Gets or sets the group descriptor.
Declaration
public GroupDescriptor GroupDescriptor { get; set; }
Property Value
Type | Description |
---|---|
GroupDescriptor | The group descriptor. |
Level
Gets or sets the level.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
int | The level. |