ClassDelegateSortDescriptor
Class
Represents a descriptor that is used to sort items by the value returned by a delegate.
Definition
Namespace:Telerik.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DelegateSortDescriptor : SortDescriptorBase, INotifyPropertyChanged
Inheritance: objectViewModelBaseDataDescriptorOrderedDescriptorSortDescriptorBaseDelegateSortDescriptor
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
PropertyChangedOverride(string)
Properties the changed override.
Declaration
cs-api-definition
protected override void PropertyChangedOverride(string changedPropertyName)
Parameters
changedPropertyName
Name of the changed property.
Overrides