Class
GroupDescriptorBase

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

Definition

Namespace:Telerik.Data.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class GroupDescriptorBase : OrderedDescriptor, INotifyPropertyChanged

Inheritance: objectViewModelBaseDataDescriptorOrderedDescriptorGroupDescriptorBase

Derived Classes: DelegateGroupDescriptorPropertyGroupDescriptor

Implements: INotifyPropertyChanged

Inherited Members OrderedDescriptor.SortOrderDataDescriptor.PropertyChangedOverride(string)ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChanged

Constructors

GroupDescriptorBase()

Declaration

cs-api-definition
protected GroupDescriptorBase()

Properties

DisplayContent

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

Declaration

cs-api-definition
public object DisplayContent { get; set; }

Property Value

object

Methods

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()