ASPxClientRatingControl.GetReadOnly Method
Returns a value indicating whether the control’s status is read-only.
Declaration
GetReadOnly(): boolean
Returns
Type | Description |
---|---|
boolean |
|
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