Represents a group of data.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class GroupGets or sets the data.
public GroupResult Data { get; set; }
| Type | Description |
|---|---|
| GroupResult | Gets or sets the data. |
Gets or sets the group descriptor.
public GroupDescriptor GroupDescriptor { get; set; }
| Type | Description |
|---|---|
| GroupDescriptor | Gets or sets the group descriptor. |
Gets or sets the level.
public int Level { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the level. |