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

EditProperties.ReadOnlyStyle Property

Gets style settings for the read-only editor state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyStyle ReadOnlyStyle { get; }

Property Value

Type Description
ReadOnlyStyle

A ReadOnlyStyle object that contains style settings.

Remarks

An editor’s read-only state is controlled by the ASPxEditBase.ReadOnly property.

Note

The ReadOnlyStyle property synchronizes its value with the editor’s ASPxEdit.ReadOnlyStyle property.

See Also