Back to Devexpress

StyleController.AppearanceReadOnly Property

windowsforms-devexpress-dot-xtraeditors-dot-stylecontroller-e8ba312f.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceReadOnly { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceReadOnly As AppearanceObject

Property Value

TypeDescription
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

ReadOnly

AppearanceReadOnly

StyleController Class

StyleController Members

DevExpress.XtraEditors Namespace