EditProperties.ReadOnlyStyle Property
Gets style settings for the read-only editor state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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