Class
PropertyGroupDescriptor

Represents a descriptor that is used to group items by the value of a property in each data item.

Definition

Namespace:Telerik.Data.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PropertyGroupDescriptor : GroupDescriptorBase, INotifyPropertyChanged

Inheritance: objectViewModelBaseDataDescriptorOrderedDescriptorGroupDescriptorBasePropertyGroupDescriptor

Implements: INotifyPropertyChanged

Inherited Members GroupDescriptorBase.DisplayContentOrderedDescriptor.SortOrderViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChanged

Constructors

PropertyGroupDescriptor()

Declaration

cs-api-definition
public PropertyGroupDescriptor()

Properties

PropertyName

Gets or sets the name of the property that is used to retrieve the key to group by.

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

Methods

PropertyChangedOverride(string)

Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.

Declaration

cs-api-definition
protected override void PropertyChangedOverride(string changedPropertyName = "")

Parameters

changedPropertyName

string

Overrides DataDescriptor.PropertyChangedOverride(string)

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 GroupDescriptorBase.ToString()