IGroupHasSubgroups Property |
Gets a value indicating whether this instance has sub groups.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxbool HasSubgroups { get; }
ReadOnly Property HasSubgroups As Boolean
Get
property bool HasSubgroups {
bool get ();
}
abstract HasSubgroups : bool with get
Property Value
Type:
Booleantrue if this instance has sub groups; otherwise,
false.
See Also