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

ASPxScheduler.ClientVisible Property

Gets or sets whether the ASPxScheduler client control is displayed.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

[DefaultValue(true)]
public bool ClientVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the control is visible; otherwise, false.

See Also