Gets or sets whether the item is separator. If item is separator then this item automatically becomes unfocusable. For example, keyboard navigation will skip items marked as separator.

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

Syntax

JavaScript
function get_separator();
function set_separator(value);

See Also