NavBarItem.StyleDisabledName Property
Gets or sets the item’s disabled style.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | 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