Skip to main content

ASPxScheduler.ClientVisible Property

Gets or sets whether the ASPxScheduler client control is displayed.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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