Click or drag to resize
GroupHasSubgroups Property
Gets a value indicating whether this instance has any sub groups.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool HasSubgroups { get; set; }

Property Value

Type: Boolean
true if this instance has sub groups; otherwise, false.

Implements

IGroupHasSubgroups
See Also