Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

#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