Skip to main content

NavBarItem.StyleDisabledName Property

Gets or sets the item’s disabled style.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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