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:  C1MenuClient (in C1MenuClient.dll)

Syntax

JavaScript
function get_header();
function set_header(value);

See Also