ClassGroupDescriptorBase
Class
Provides a base class for group descriptors that implement key-based grouping functionality.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public abstract class GroupDescriptorBase : OrderedDescriptorBase, IComparer, IComparer<object>, IKeyLookup
Inheritance: objectDataDescriptorBaseOrderedDescriptorBaseGroupDescriptorBase
Derived Classes:
Implements:
Inherited Members
Constructors
GroupDescriptorBase()
Declaration
cs-api-definition
protected GroupDescriptorBase()
Methods
GetDefaultKey(object)
Gets the default key for the specified item when no custom key extraction is needed.
GetKey(object)
Gets the key for the specified item used for grouping.
GetKeyCore(object)
When implemented in a derived class, provides the core logic for extracting the grouping key from an item.