IDataGroup
Interface
Defines the abstraction of a group of items within a data component.
Definition
Properties
Gets the child items of the group. These might be either groups or data items.
C#
IReadOnlyList<object> ChildItems { 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; }