Gets a value that indicates whether this item is header.
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 Header { get; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ <JsonAttribute(True, True, False)> _ Public ReadOnly Property Header As Boolean Get |