InterfaceIGroup
Interface
Describes a group
Definition
Properties
HasSubgroups
Gets a value indicating whether this instance has sub groups.
Declaration
bool HasSubgroups { get; }
Property Value
true
if this instance has sub groups; otherwise, false
.
Items
Gets the items in this groups.
Key
Gets the key for this group.
Subgroups
Gets the subgroups, if HasSubgroups is true, otherwise empty collection.
Declaration
ReadOnlyCollection<IGroup> Subgroups { get; }
Property Value
The subgroups.