New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a descriptor that is used to sort items by the value returned by a delegate.

Definition

Constructors

C#
public DelegateSortDescriptor()

Properties

Gets or sets the IKeyLookup instance that is used to retrieve the sort key for each data item.

C#
public IKeyLookup KeyLookup { 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)
Parameters:propertyNamestring

Overrides: DataDescriptor.OnPropertyChanged(string)