Class
DelegateSortDescriptor

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: INotifyPropertyChanged

Inherited Members SortDescriptorBase.ComparerOrderedDescriptor.SortOrderViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChanged

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.

Declaration

cs-api-definition
public IKeyLookup KeyLookup { get; set; }

Property Value

IKeyLookup

Methods

PropertyChangedOverride(string)

Properties the changed override.

Declaration

cs-api-definition
protected override void PropertyChangedOverride(string changedPropertyName)

Parameters

changedPropertyName

string

Name of the changed property.

Overrides DataDescriptor.PropertyChangedOverride(string)