EditProperties.ReadOnlyStyle Property
In This Article
Gets style settings for the read-only editor state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ReadOnlyStyle ReadOnlyStyle { get; }
#Property Value
Type | Description |
---|---|
Read |
A Read |
#Remarks
An editor’s read-only state is controlled by the ASPxEditBase.ReadOnly property.
Note
The Read
See Also