Back to Devexpress

ContextItem.AppearanceDisabled Property

windowsforms-devexpress-dot-utils-dot-contextitem-17d54c89.md

latest1.2 KB
Original Source

ContextItem.AppearanceDisabled Property

Provides access to appearance settings applied to this ContextItem in the Disabled state.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public AppearanceObject AppearanceDisabled { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceDisabled As AppearanceObject

Property Value

TypeDescription
AppearanceObject

Stores appearance settings for the Disabled item state.

|

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace