ClassListViewPropertySortDescriptor
Represents a sort descriptor that sorts items based on a specific property.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class ListViewPropertySortDescriptor : SortDescriptorBase, IComparer, IComparer<object>
Inheritance: objectDataDescriptorBaseOrderedDescriptorBaseSortDescriptorBaseListViewPropertySortDescriptor
Implements:
Inherited Members
Constructors
ListViewPropertySortDescriptor()
Declaration
public ListViewPropertySortDescriptor()
Fields
PropertyNameProperty
Identifies the PropertyName property.
Declaration
public static readonly BindableProperty PropertyNameProperty
Field Value
BindableProperty
Properties
PropertyName
Gets or sets the name of the property used for sorting.
Methods
GetDescriptorCollection(RadListView)
Gets the descriptor collection from the specified ListView.
Declaration
protected override IList GetDescriptorCollection(RadListView listView)
Parameters
listView
The RadListView to get descriptors from.
Returns
An IList containing the sort descriptors.
Overrides
OnPropertyChanged(string)
Called when a property value changes.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
The name of the property that changed.
Overrides