Skip to main content
A newer version of this page is available. .

RepositoryItem.AppearanceDisabled Property

Gets the appearance settings used to paint the editor when it’s disabled.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance setting used to paint the editor when it’s disabled.

Remarks

The editor is disabled when its RepositoryItem.Enabled property is set to false. Use the AppearanceDisabled property to specify the background and foreground colors and the font settings used to paint the disabled editor and its contents.

The appearance settings of the enabled editor are specified by the RepositoryItem.Appearance property.

For more information on appearances, see the Appearance Settings document.

See Also