Class PropertySortDescriptor
Represents a descriptor that is used to sort items by the value of a property in each data item.
Inheritance
System.Object
PropertySortDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PropertySortDescriptor : SortDescriptorBase, INotifyPropertyChanged, IPropertyDescriptor
Constructors
PropertySortDescriptor()
Declaration
public PropertySortDescriptor()
Properties
PropertyName
Gets or sets the name of the property that is used to retrieve the key to sort 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
|