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

RepositoryItem.AppearanceReadOnly Property

Gets the appearance settings used to paint the read-only editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the read-only editor.

Remarks

For more information on appearances, see the Application Appearance and Skin Colors document.

See Also