TemplatedLink.ColumnLayout Property
Gets or sets the column layout.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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