Skip to main content

Link.ColumnLayout Property

Gets or sets the column layout.

Namespace: DevExpress.WinUI.Printing

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

NuGet Package: DevExpress.WinUI

Declaration

public ColumnLayout ColumnLayout { get; set; }

Property Value

Type Description
ColumnLayout

The 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