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

ASPxViewVisibleInterval Class

Represents the View Visible Interval control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

[ToolboxTabName("DX.18.1: Scheduling")]
[ToolboxBitmap(typeof(ToolboxBitmapAccess), "Bitmaps256.ASPxViewVisibleInterval.bmp")]
public class ASPxViewVisibleInterval :
    ASPxSchedulerRelatedControl

Remarks

The ASPxViewVisibleInterval represents a control used to display currently visible time intervals (see the SchedulerViewBase.VisibleIntervals) of the scheduler’s Views.

Implements

See Also