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

EditorStyles.ReadOnly Property

Gets the style settings that define an editor’s appearance in the disabled state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ReadOnlyStyle ReadOnly { get; }

Property Value

Type Description
ReadOnlyStyle

A ReadOnlyStyle object that contains style settings.

See Also