Class SortDescriptorBase
Represents the base class for all descriptors that define a sorting operation within a data component.
Inheritance
System.Object
SortDescriptorBase
Inherited Members
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public abstract class SortDescriptorBase : OrderedDescriptor, INotifyPropertyChanged
Constructors
SortDescriptorBase()
Declaration
protected SortDescriptorBase()
Properties
Comparer
Gets or sets the comparer instance.
Declaration
public IComparer Comparer { get; set; }
Property Value
System.Collections.IComparer
The comparer. |