Class Group
Represents a group of data.
Inheritance
System.Object
Group
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class Group : object
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 |
---|---|
System.Int32 | The level. |