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