ASPxClientEdit.GetReadOnly Method
Returns a value indicating whether the editor’s state is read-only on the client-side.
Declaration
GetReadOnly(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Use the client ASPxClientEdit.SetReadOnly method and ASPxEdit.ClientReadOnly property to specify the editor’s Read Only state on the client side.
See Also