InterfaceIDataGroup
Interface
Defines the abstraction of a group of items within a data component.
Definition
Namespace:Telerik.Maui.Data
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public interface IDataGroup
Properties
ChildItems
Gets the child items of the group. These might be either groups or data items.
Declaration
cs-api-definition
IReadOnlyList<object> ChildItems { get; }
Property Value
Key
Gets the key of the group.
Level
Gets the zero-based level of this group in the Group Tree as defined by the GroupDescriptors collection within a data component.
ParentGroup
Gets the parent group (if any).