New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the base class for all descriptors that define a grouping operation within a data instance.

Definition

Constructors

C#
protected GroupDescriptorBase()

Properties

Gets or sets the content that is used to represent the group descriptor visually - for example within the grouping panel.

C#
public object DisplayContent { get; set; }

Methods

Returns a string that represents this instance.

C#
public override string ToString()
Returns:

string

A string that represents this instance.

Overrides: object.ToString()