Table of Contents
getDisabled Method 

Gets a value indicating whether this item is in disabled state.

Syntax
JavaScript
 NavigationItem.getDisabled()

Return Value

Returns true if this item is disabled, otherwise false.

Remarks

You can use Disabled property on NavigationItem object on the server side or use setDisabled function on the client side to set whether or not an item is disabled.

See Also