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.v19.1.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
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.

See Also