Link.ColumnLayout Property
In This Article
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 |
---|---|
Column |
The 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). |
See Also