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.
Inherited Members
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public abstract class DataDescriptor : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
DataDescriptor()
Declaration
protected DataDescriptor()
Methods
OnPropertyChanged(String)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|