ClassDataDescriptor
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:
cs-api-definition
public abstract class DataDescriptor : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptor
Derived Classes:
Implements:
Inherited Members
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
Overrides