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.String
|
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.String
propertyName
|
Overrides
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |