NavBarItem.ClientEnabled Property
Gets or sets a value that indicates whether the item is enabled on the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ClientEnabled property to specify the item’s initial ability to respond to end-user interactions (such as mouse hovering or clicks). An item’s availability state, defined via this property, can then be dynamically changed on the client side using the ASPxClientNavBarItem.SetEnabled method.
Note
The ClientEnabled property is not in effect if the item is disabled on the server side by using the server NavBarItem.Enabled property.
See Also