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

ColumnLayout Enum

Lists the values used to specify the column layout direction for a multi-column report.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum ColumnLayout

Members

Name Description
DownThenAcross

The Detail bands are printed vertically, then horizontally (in columns).

AcrossThenDown

The Detail bands are printed horizontally, then vertically (in rows).

Related API Members

The following properties accept/return ColumnLayout values:

Library Related API Members
WPF Controls TemplatedLink.ColumnLayout
Reporting MultiColumn.Layout

Remarks

The values listed by the ColumnLayout enumeration are used to set the MultiColumn.Layout property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ColumnLayout enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also