Interface
IDataGroup

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

IReadOnlyList<object>

Key

Gets the key of the group.

Declaration

cs-api-definition
object Key { get; }

Property Value

object

Level

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

Declaration

cs-api-definition
int Level { get; }

Property Value

int

ParentGroup

Gets the parent group (if any).

Declaration

cs-api-definition
IDataGroup ParentGroup { get; }

Property Value

IDataGroup

In this article
DefinitionPropertiesChildItemsKeyLevelParentGroup
Not finding the help you need?
Contact Support