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.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class DelegateSortDescriptor : SortDescriptorBase, INotifyPropertyChanged
Constructors
DelegateSortDescriptor()
Declaration
public DelegateSortDescriptor()
Properties
KeyLookup
Gets or sets the IKeyLookup instance that is used to retrieve the sort key for each data item.
Declaration
public IKeyLookup KeyLookup { get; set; }
Property Value
IKeyLookup
|
Methods
OnPropertyChanged(String)
Properties the changed override.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|