ClassOrderedDescriptorBase
Class
Provides a base class for descriptors that support ordering operations, implementing both IComparer and IComparer<T> interfaces.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public abstract class OrderedDescriptorBase : DataDescriptorBase, IComparer, IComparer<object>
Inheritance: objectDataDescriptorBaseOrderedDescriptorBase
Derived Classes:
Implements:
Inherited Members
Constructors
OrderedDescriptorBase()
Declaration
cs-api-definition
protected OrderedDescriptorBase()
Fields
SortOrderProperty
Identifies the SortOrder bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty SortOrderProperty
Field Value
BindableProperty
Properties
Methods
Compare(object, object)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
OnPropertyChanged(string)
Called when a property value changes.
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
The name of the property that changed.
Overrides