ASPxEdit.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
This property is a wrapper of the EditProperties.ReadOnlyStyle property.
See Also