Represents a descriptor that is used to sort items by the value of a property in each data item.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PropertySortDescriptor : SortDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorOrderedDescriptorSortDescriptorBasePropertySortDescriptor...
Implements:
Inherited Members
Constructors
C#
public PropertySortDescriptor()
Properties
Gets or sets the name of the property that is used to retrieve the key to sort by.
C#
public string PropertyName { get; set; }
Methods
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
C#
protected override void OnPropertyChanged(string propertyName = null)
Overrides: