Skip to main content

RatingControlSettings.ReadOnly Property

Gets or sets the read-only status of the RatingControl extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ReadOnly { get; set; }

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