Back to Devexpress

VisibleIntervalsSplitting Enum

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-39ba0c3d.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public enum VisibleIntervalsSplitting
vb
Public Enum VisibleIntervalsSplitting

Members

NameDescription
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.

|

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

VisibleIntervalsSplitting

DevExpress.XtraScheduler.Reporting Namespace