Back to Devexpress

TemplatedLink.ColumnLayout Property

wpf-devexpress-dot-xpf-dot-printing-dot-templatedlink-453879b4.md

latest1.3 KB
Original Source

TemplatedLink.ColumnLayout Property

Gets or sets the column layout.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public ColumnLayout ColumnLayout { get; set; }
vb
Public Property ColumnLayout As ColumnLayout

Property Value

TypeDescription
ColumnLayout

A ColumnLayout enumeration value.

|

Available values:

NameDescription
DownThenAcross

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

| | AcrossThenDown |

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

|

See Also

TemplatedLink Class

TemplatedLink Members

DevExpress.Xpf.Printing Namespace