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

EditorStyles.ReadOnlyStyle Property

OBSOLETE

Use the ReadOnly property instead.

Gets style settings for the read-only editor state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the ReadOnly property instead.")]
public virtual ReadOnlyStyle ReadOnlyStyle { get; }

Property Value

Type Description
ReadOnlyStyle

A ReadOnlyStyle object that contains style settings.

See Also