TemplatedLink.ColumnLayout Property
Gets or sets the column layout.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public ColumnLayout ColumnLayout { get; set; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
Available values:
Name | Description |
---|---|
Down |
The Detail bands are printed vertically, then horizontally (in columns). |
Across |
The Detail bands are printed horizontally, then vertically (in rows). |