ASPxEdit.ClientReadOnly Property
Gets or sets whether the editor is read only on the client-side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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