Skip to main content

SchedulerSettings.ClientVisible Property

Specifies whether the scheduler is visible on the client side.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public bool ClientVisible { get; set; }

#Property Value

Type Description
Boolean

true to display the scheduler on the client; otherwise, false.

#Remarks

You can use the ASPxClientControlBase.SetVisible method to specify the scheduler’s visibility on the client.

Note

You cannot change the control’s visibility on the client if its server-side Visible property is set to false.

See Also