ClassPropertyGroupDescriptor
Class
Represents a descriptor that is used to group items by the value of a property in each data item.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PropertyGroupDescriptor : GroupDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorOrderedDescriptorGroupDescriptorBasePropertyGroupDescriptor
Implements:
Inherited Members
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.
Methods
OnPropertyChanged(string)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
Overrides
ToString()
Returns a string that represents this instance.