DataDescriptor
Class
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:
C#
public abstract class DataDescriptor : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected DataDescriptor()
Methods
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
C#
protected override void OnPropertyChanged(string propertyName = null)
Overrides: