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 to this section

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

Declaration
public GroupDescriptor()

Properties

FormatStringLink to this section

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 to this section

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 to this section

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 to this section

Gets or sets the sort order.

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

TitleLink to this section

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 to this section

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 🗙