Determines whether this menu item is selectable, this means that item is not group, not separator, not header and this item is not disabled. If item is not selectable (return false) then this item can not be marked by C1Active class when mouse is down on it.

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

Syntax

JavaScript
function isSelectableItem();

Return Value

true if this item is selectable; otherwise, false.

Remarks

Note, item can be not selectable but it can still be checkable.

See Also