ContextItem.AppearanceDisabled Property
In This Article
Provides access to appearance settings applied to this ContextItem in the Disabled state.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Appearance")]
public AppearanceObject AppearanceDisabled { get; }
#Property Value
Type | Description |
---|---|
Appearance |
Stores appearance settings for the Disabled item state. |
See Also