Represents a grouping description. Used in components that support grouping.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class GroupDescriptorRepresents a grouping description. Used in components that support grouping.
public GroupDescriptor()Gets or sets the format string used to display the key in the group.
public string FormatString { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the format string used to display the key in the group. |
Gets or sets the property to group by.
public string Property { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the property to group by. |
Gets or sets the sort order.
public SortOrder? SortOrder { get; set; }
| Type | Description |
|---|---|
| SortOrder? | Gets or sets the sort order. |
Gets or sets the title displayed in the group.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title displayed in the group. |
Gets the title of the group.
public string GetTitle()
| Type | Description |
|---|---|
| string | System.String. |