Click or drag to resize
GroupSubgroups Property
Gets the subgroups, if HasSubgroups is true, otherwise empty collection.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ReadOnlyCollection<IGroup> Subgroups { get; }

Property Value

Type: ReadOnlyCollectionIGroup
The subgroups.

Implements

IGroupSubgroups
See Also