GroupDescriptor Class

Represents a grouping description. Used in components that support grouping.

Inheritance

Object

GroupDescriptor

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class GroupDescriptor

Constructors

GroupDescriptorlink

Represents a grouping description. Used in components that support grouping.

Declaration
public GroupDescriptor()

Properties

FormatStringlink

Gets or sets the format string used to display the key in the group.

Declaration
public string FormatString { get; set; }
Property Value
Type Description
stringGets or sets the format string used to display the key in the group.

Propertylink

Gets or sets the property to group by.

Declaration
public string Property { get; set; }
Property Value
Type Description
stringGets or sets the property to group by.

ShowFooterlink

Gets or sets a value indicating whether to show the footer for the group.

Declaration
public bool? ShowFooter { get; set; }
Property Value
Type Description
bool?Gets or sets a value indicating whether to show the footer for the group.

SortOrderlink

Gets or sets the sort order.

Declaration
public SortOrder? SortOrder { get; set; }
Property Value
Type Description
SortOrder?Gets or sets the sort order.

Titlelink

Gets or sets the title displayed in the group.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringGets or sets the title displayed in the group.

Methods

GetTitlelink

Gets the title of the group.

Declaration
public string GetTitle()
Returns
Type Description
stringSystem.String.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙