Skip to main content

ASPxClientDiagram.GetReadOnly Method

Returns a value that indicates whether the control’s status is read-only.

Declaration

GetReadOnly(): boolean

Returns

Type Description
boolean

true if the status is read-only; otherwise, false.

Remarks

Use the GetReadOnly method to determine the status of the Diagram control. Use the ReadOnly property to define the initial status of the control. To dynamically change a control’s status on the client, use the SetReadOnly(readOnly) method.

See Also