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

ColumnArrangementMode Enum

List the arrangement orders of columns in a sequence.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

public enum ColumnArrangementMode

#Members

Name Description
Ascending

Specifies that groups are arranged in ascending order, according to the number of items in a group.

Descending

Specifies that groups are arranged in descending order, according to the number of items in a group.

#Related API Members

The following properties accept/return ColumnArrangementMode values:

#Remarks

In a multicolumn report, the columns may contain a different number of time interval items. For example, the ReportDayView with ReportDayView.VisibleDayCount set to 5 and ReportDayView.VisibleDayColumnCount set to 2 is split in two columns, one column containing 2 days, and the other, three. The order does matter in this case, i.e. the first column may contain 2 days and the next - 3, or vice versa - 3, 2. The ColumnArrangementMode provides two display options, ascending and descending.

See Also