Gets or sets whether the item is header and will be used as group title. This means what heading tags h1– h6 will be used to render text inside item.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, HeaderType.H3)]
[DefaultValueAttribute(HeaderType.H3)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
public virtual HeaderType HeaderType { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, HeaderType.H3)> _
<DefaultValueAttribute(HeaderType.H3)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Overridable Property HeaderType As HeaderType
	Get
	Set

See Also