A newer version of this page is available.
Switch to the current version.
SchedulerViewInfoBase.VisibleIntervals Property
Gets the visible intervals of the current view.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public TimeIntervalCollection VisibleIntervals { get; }
Public ReadOnly Property VisibleIntervals As TimeIntervalCollection
Property Value
Type | Description |
---|---|
TimeIntervalCollection | A TimeIntervalCollection object. |
Remarks
This property is intended for internal use only. Normally, you don't need to use it.
See Also
Feedback