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.v24.1.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 |
---|---|
TimeIntervalCollection | Always returns null. |
See Also