Class CollectionViewGroupDescriptor
Represents the class for all descriptors that define a grouping operation within a data instance.
Inheritance
System.Object
CollectionViewGroupDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewGroupDescriptor : GroupDescriptorBase, INotifyPropertyChanged
Constructors
CollectionViewGroupDescriptor()
Initializes a new instance of the CollectionViewGroupDescriptor class.
Declaration
public CollectionViewGroupDescriptor()
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
|