Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

getDisabledĀ MethodĀ 

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

[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

NavigationItem Object


Direct link to this topic