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.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class DataDescriptor : ViewModelBase, INotifyPropertyChanged
Inheritance: objectViewModelBaseDataDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
DataDescriptor()
Declaration
cs-api-definition
protected DataDescriptor()
Methods
PropertyChangedOverride(string)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
cs-api-definition
protected override void PropertyChangedOverride(string changedPropertyName)
Parameters
changedPropertyName
Overrides