ASPxEdit.ClientReadOnly Property
In This Article
Gets or sets whether the editor is read only on the client-side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
Use the ASPxClientEdit.SetReadOnly and ASPxClientEdit.GetReadOnly methods to change and obtain the editor’s Read Only state on the client-side, respectively.
See Also