Gets a value that indicates whether this item is group.
Namespace:
C1.Web.UI.Controls.C1MenuAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [JsonAttribute(true, true, false)] public bool Group { get; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ <JsonAttribute(True, True, False)> _ Public ReadOnly Property Group As Boolean Get |