Class DelegateSortDescriptor
Inheritance
System.Object
DelegateSortDescriptor
Inherited Members
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class DelegateSortDescriptor : SortDescriptorBase, IChildElement, IComparer, IComparer<object>
Constructors
DelegateSortDescriptor()
Declaration
public DelegateSortDescriptor()
Fields
ComparerProperty
Declaration
public static readonly BindableProperty ComparerProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Comparer
Declaration
public Func<object, object, int> Comparer { get; set; }
Property Value
System.Func<System.Object, System.Object, System.Int32>
|
Methods
GetDescriptorCollection(RadListView)
Declaration
protected override IList GetDescriptorCollection(RadListView listView)
Parameters
RadListView
listView
|
Returns
System.Collections.IList
|