ASPxClientEdit.GetReadOnly Method
In This Article
Returns a value indicating whether the editor’s state is read-only on the client-side.
#Declaration
TypeScript
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