Table of Contents
getSelected Method 

Gets a value indicating whehter the item is in Selected state.

Syntax
JavaScript
 NavigationItem.getSelected()

Return Value

Returns true if the item is in Selected state, otherwise false.

Remarks

Selected is an alternative item state that you can toggle on and off by setting NavigationItem's Selected property on the server side or using setSelected client side script function on the client side.

See Also