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.Data.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Inheritance: objectViewModelBaseDataDescriptor

Derived Classes: AggregateDescriptorBaseFilterDescriptorBaseOrderedDescriptor

Implements: INotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChanged

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

string

Overrides ViewModelBase.PropertyChangedOverride(string)