Skip to main content

ASPxSchedulerOptionsBehavior.ShowViewVisibleInterval Property

Determines whether the View Visible Interval control is displayed.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean true

true if the ViewVisibleInterval control is visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowViewVisibleInterval
ASP.NET MVC Extensions SchedulerSettings
.OptionsBehavior .ShowViewVisibleInterval
ASP.NET Web Forms Controls ASPxScheduler
.OptionsBehavior .ShowViewVisibleInterval

Remarks

This property specifies the visibiltity of the control which is a part of the ASPxScheduler control. The standalone ViewVisibleInterval control has its own property set.

See Also