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.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

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