Skip to main content

StyleController.AppearanceDisabled Property

Provides the appearance settings used to paint target editors when they are disabled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceDisabled { get; }

Property Value

Type Description
AppearanceObject

The appearance settings used to paint target editors when they are in the disabled state.

Remarks

A editor linked to a StyleController can override the StyleController.AppearanceDisabled setting with its own RepositoryItem.AppearanceDisabled property (accessible from the Editor.Properties object).

See Also