Skip to main content
A newer version of this page is available. .

SchedulerSettings.ViewVisibleInterval Property

Provides access to the View Visible Interval’s properties.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

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.

See Also