Class PropertyGroupDescriptor
Represents a descriptor that is used to group items by the value of a property in each data item.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PropertyGroupDescriptor : GroupDescriptorBase, INotifyPropertyChanged, IPropertyDescriptor
Constructors
PropertyGroupDescriptor()
Declaration
public PropertyGroupDescriptor()
Properties
PropertyName
Gets or sets the name of the property that is used to retrieve the key to group by.
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Methods
OnPropertyChanged(String)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |