Skip to main content

ASPxClientRatingControl.GetReadOnly Method

Returns a value indicating 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 ASPxRatingControl. The initial status of a control can be defined using its server ReadOnly property. To dynamically change a control’s status on the client, use the ASPxClientRatingControl.SetReadOnly method.

See Also