Skip to main content
A newer version of this page is available. .

RatingControlSettings.ClientVisible Property

Gets or sets a value that specifies the initial visibility state of the RatingControl extenion on the client.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool ClientVisible { get; set; }

Property Value

Type Description
Boolean

true to make the extension initially displayed on the client; false to render the RatingControl extension into the web page, but make it initially hidden on the client side.

Remarks

Use the ClientVisible property to define an MVC extension’s initial visibility state. The extension’s visibility can then be dynamically changed on the client side, using the ASPxClientControlBase.SetVisible method.

See Also