Skip to main content
A newer version of this page is available. .

NavBarItem.StyleDisabledName Property

Gets or sets the item’s disabled style.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public virtual string StyleDisabledName { get; set; }

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