SchedulerViewBase.VisibleIntervals Property
In This Article
OBSOLETE
You should use 'Get
This method is obsolete. Do not use it.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[Obsolete("You should use 'GetVisibleIntervals' and 'SetVisibleIntervals' methods instead", true)]
public TimeIntervalCollection VisibleIntervals { get; }
#Property Value
Type | Description |
---|---|
Time |
Always returns null. |
See Also