GroupHasSubgroups Property |
Gets a value indicating whether this instance has any sub groups.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool HasSubgroups { get; set; }
Public Property HasSubgroups As Boolean
Get
Set
public:
virtual property bool HasSubgroups {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasSubgroups : bool with get, set
override HasSubgroups : bool with get, set
Property Value
Type:
Booleantrue if this instance has sub groups; otherwise,
false.
Implements
IGroupHasSubgroups
See Also