Skip to main content

ASPxClientEdit.GetReadOnly Method

Returns a value indicating whether the editor’s state is read-only on the client-side.

#Declaration

TypeScript
GetReadOnly(): boolean

#Returns

Type Description
boolean

true, if the editor is read only on the client side; otherwise, false.

#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