Represents a descriptor that is used to group items by the value returned from a IKeyLookup.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DelegateGroupDescriptor : GroupDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorOrderedDescriptorGroupDescriptorBaseDelegateGroupDescriptor...
Implements:
Inherited Members
Constructors
C#
public DelegateGroupDescriptor()
Properties
Gets or sets the IKeyLookup instance that is used to retrieve the group key for each data item.
C#
public IKeyLookup KeyLookup { get; set; }
Methods
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
C#
protected override void OnPropertyChanged(string propertyName = null)
Overrides: