RatingControlSettings.ReadOnly Property
Gets or sets the read-only status of the RatingControl extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if end-users cannot modify an extension’s value; otherwise, false. |
Remarks
The ReadOnly property specifies whether an end-user is able to select items.
To obtain the current extension’s status on the client, use the ASPxClientRatingControl.GetReadOnly method. Use the ASPxClientRatingControl.SetReadOnly method to dynamically change an extension’s status on the client.
See Also