New to Telerik UI for .NET MAUIStart a free 30-day trial

IDataGroup

Interface

Defines the abstraction of a group of items within a data component.

Definition

Namespace:Telerik.Maui.Data

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public interface IDataGroup

Properties

Gets the child items of the group. These might be either groups or data items.

C#
IReadOnlyList<object> ChildItems { get; }

Gets the key of the group.

C#
object Key { get; }

Gets the zero-based level of this group in the Group Tree as defined by the GroupDescriptors collection within a data component.

C#
int Level { get; }

Gets the parent group (if any).

C#
IDataGroup ParentGroup { get; }
In this article
DefinitionPropertiesChildItemsKeyLevelParentGroup
Not finding the help you need?
Contact Support