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

ColumnArrangementMode Enum

List the arrangement orders of columns in a sequence.

Namespace: DevExpress.XtraScheduler.Reporting

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

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