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

VisibleIntervalsSplitting Enum

Lists types used to specify how the TimelineCells can be paged (partitioned and aligned) when creating a report.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.2.Reporting.dll

Declaration

public enum VisibleIntervalsSplitting

Members

Name Description
None

Specifies that no special interval partitioning and aligning is required.

Hour

Specifies the time span with duration equal to one hour.

Day

Specifies the time span with duration equal to one day.

Week

Specifies the time span with duration equal to one week.

Month

Specifies the time span with duration equal to one month.

Quarter

Specifies the time span with duration equal to one quarter.

Year

Specifies the time span with duration equal to one year.

Related API Members

The following properties accept/return VisibleIntervalsSplitting values:

Remarks

Set the ReportTimelineView.VisibleIntervalsSplitting property of the ReportTimelineView to split the time interval specified by the SchedulerPrintAdapter.TimeInterval. The time cell columns are aligned to the boundary of the time span as the VisibleIntervalsSplitting property dictates.

See Also