Skip to main content

TemplatedLink.ColumnLayout Property

Gets or sets the column layout.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

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