Skip to main content

ASPxScheduler.ViewVisibleInterval Property

Provides access to the View Visible Interval’s properties.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ViewVisibleIntervalProperties ViewVisibleInterval { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ViewVisibleIntervalProperties

A DevExpress.Web.ASPxScheduler.ViewVisibleIntervalProperties object that provides access to the View Visible Interval’s settings.

Remarks

Note

The ViewVisibleInterval.OptionsCalendar.FirstDayOfWeek property does not affect the first day of the week in the Scheduler control. Use the ASPxScheduler.OptionsView.FirstDayOfWeek property instead.

See Also