Back to Devexpress

NavBarItem.StyleDisabledName Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritem-56c35c29.md

latest1.5 KB
Original Source

NavBarItem.StyleDisabledName Property

Gets or sets the item’s disabled style.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public virtual string StyleDisabledName { get; set; }
vb
<Browsable(False)>
<DefaultValue("")>
<XtraSerializableProperty>
Public Overridable Property StyleDisabledName As String

Property Value

TypeDefaultDescription
StringString.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

AppearanceDisabled

NavBarItem Class

NavBarItem Members

DevExpress.XtraNavBar Namespace