Class GroupDescriptor
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Represents a grouping description. Used in components that support grouping.
public class GroupDescriptor
- Inheritance
-
GroupDescriptor
- Inherited Members
Constructors
GroupDescriptor()
public GroupDescriptor()
Properties
FormatString
Gets or sets the format string used to display the key in the group.
public string FormatString { get; set; }
Property Value
- string
The format string.
Property
Gets or sets the property to group by.
public string Property { get; set; }
Property Value
- string
The property.
SortOrder
Gets or sets the sort order.
public SortOrder? SortOrder { get; set; }
Property Value
- SortOrder?
The sort order.
Title
Gets or sets the title displayed in the group.
public string Title { get; set; }
Property Value
- string
The title.
Methods
GetTitle()
Gets the title of the group.
public string GetTitle()
Returns
- string
System.String.