Type of the Header item tag.

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

Syntax

C#
public enum HeaderType
Visual Basic (Declaration)
Public Enumeration HeaderType

Members

Member nameDescription
H1 H1 tag.
H2 H2 tag.
H3 H3 tag.
H4 H4 tag.
H5 H5 tag.
H6 H6 tag.

See Also