NavBarItem.StyleDisabledName Property
In This Article
Gets or sets the item’s disabled style.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value specifying the name of the style applied to the item when it is disabled. |
#Remarks
This member is obsolete. Use the NavBarItem.AppearanceDisabled property instead.
See Also