Class
OrderedDescriptor

Represents a data descriptor that support a sort order.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class OrderedDescriptor : DataDescriptor, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseDataDescriptorOrderedDescriptor

Derived Classes: GroupDescriptorBaseSortDescriptorBase

Implements: INotifyPropertyChanged

Inherited Members DataDescriptor.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

OrderedDescriptor()

Declaration

cs-api-definition
protected OrderedDescriptor()

Properties

SortOrder

Gets or sets the current sort order.

Declaration

cs-api-definition
public SortOrder SortOrder { get; set; }

Property Value

SortOrder