ClassDelegateSortDescriptor
Class
Represents a descriptor that is used to sort items by the value returned by a delegate.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DelegateSortDescriptor : SortDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorOrderedDescriptorSortDescriptorBaseDelegateSortDescriptor
Implements:
Inherited Members
Constructors
DelegateSortDescriptor()
Declaration
cs-api-definition
public DelegateSortDescriptor()
Properties
KeyLookup
Gets or sets the IKeyLookup instance that is used to retrieve the sort key for each data item.
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