ClassListViewDelegateSortDescriptor
Class
Represents a sort descriptor that uses a delegate function to compare items for sorting.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class ListViewDelegateSortDescriptor : SortDescriptorBase, IComparer, IComparer<object>
Inheritance: objectDataDescriptorBaseOrderedDescriptorBaseSortDescriptorBaseListViewDelegateSortDescriptor
Implements:
Inherited Members
Constructors
ListViewDelegateSortDescriptor()
Declaration
cs-api-definition
public ListViewDelegateSortDescriptor()
Fields
ComparerProperty
Identifies the Comparer bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty ComparerProperty
Field Value
BindableProperty
Properties
Comparer
Gets or sets the comparer function used to compare items for sorting.
Methods
GetDescriptorCollection(RadListView)
Gets the descriptor collection from the specified list view.
Declaration
cs-api-definition
protected override IList GetDescriptorCollection(RadListView listView)
Parameters
listView
The RadListView instance.
Returns
The sort descriptors collection as IList.
Overrides