GroupDescriptorBase
Class
Represents the base class for all descriptors that define a grouping operation within a data instance.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class GroupDescriptorBase : OrderedDescriptor, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorOrderedDescriptorGroupDescriptorBase
Derived Classes:
Implements:
Inherited Members
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; }