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

NavigationItem.Disabled Property

Gets or sets a boolean value indicating whether this item is disabled.

[Visual Basic]
Public Property Disabled As Boolean
[C#]
public Boolean Disabled {get; set;}

Property Value

System.Boolean

This property is read/write.

Remarks

Set Disabled to true to put the item into "Disabled" state. An item in "Disabled" state:

  • Always uses DisabledStyle;
  • Does not response to mouse or keyboard event;

Tip:  You can use client side script interface to change Disabled property on the client side.

Note: If the current state of the item is "Selected", when setting the "Disabled" property to true, the item will automatically clear the "Selected" state.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic