A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.GetVisibleIntervals() Method
Returns a copy of the visible time interval collection for the current view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public TimeIntervalCollection GetVisibleIntervals()
Public Function GetVisibleIntervals As TimeIntervalCollection
Returns
Type | Description |
---|---|
TimeIntervalCollection | A TimeIntervalCollection object containing the information on visible intervals for the current view. |
See Also
Feedback