Class
DataDescriptor

Represents an abstraction that is related to a data operation within a data component. Data operations for example are sorting, grouping and filtering.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

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

Inheritance: objectNotifyPropertyChangedBaseDataDescriptor

Derived Classes: AggregateDescriptorBaseFilterDescriptorBaseOrderedDescriptor

Implements: INotifyPropertyChanged

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

Constructors

DataDescriptor()

Declaration

cs-api-definition
protected DataDescriptor()

Methods

OnPropertyChanged(string)

Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string

Overrides NotifyPropertyChangedBase.OnPropertyChanged(string)