ASPxClientDiagram.GetReadOnly Method
In This Article
Returns a value that indicates whether the control’s status is read-only.
#Declaration
TypeScript
GetReadOnly(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#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