Class DelegateSortDescriptor
Represents a descriptor that is used to sort items by the value returned by a delegate.
Inheritance
System.Object
DelegateSortDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DelegateSortDescriptor : SortDescriptorBase, INotifyPropertyChanged
Constructors
DelegateSortDescriptor()
Declaration
public DelegateSortDescriptor()
Properties
KeyLookup
Gets or sets the IKey
Declaration
public IKeyLookup KeyLookup { get; set; }
Property Value
Methods
OnPropertyChanged(String)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|