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

TemplatedLink.ColumnLayout Property

Gets or sets the column layout.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public ColumnLayout ColumnLayout { get; set; }

Property Value

Type Description
ColumnLayout

A ColumnLayout enumeration value.

Available values:

Name Description
DownThenAcross

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

AcrossThenDown

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

See Also