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

SchedulerViewBase.VisibleIntervals Property

OBSOLETE

You should use 'GetVisibleIntervals' and 'SetVisibleIntervals' methods instead

This method is obsolete. Do not use it.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[Obsolete("You should use 'GetVisibleIntervals' and 'SetVisibleIntervals' methods instead", true)]
public TimeIntervalCollection VisibleIntervals { get; }

Property Value

Type Description
TimeIntervalCollection

Always returns null.

See Also