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

StyleController.AppearanceReadOnly Property

Provides the appearance settings used to paint target editors when they are in the read-only state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
AppearanceObject

The appearance settings used to paint read-only editors.

Remarks

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

See Also