Class DelegateGroupDescriptor
Represents a descriptor that is used to group items by the value returned from a IKeyLookup.
Inheritance
System.Object
DelegateGroupDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DelegateGroupDescriptor : GroupDescriptorBase, INotifyPropertyChanged
Constructors
DelegateGroupDescriptor()
Declaration
public DelegateGroupDescriptor()
Properties
KeyLookup
Gets or sets the IKeyLookup instance that is used to retrieve the group key for each data item.
Declaration
public IKeyLookup KeyLookup { get; set; }
Property Value
IKeyLookup
|
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
|