ColumnLayout Enum
Lists the values used to specify the column layout direction for a multi-column report.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
DownThenAcross
|
The Detail bands are printed vertically, then horizontally (in columns). |
AcrossThenDown
|
The Detail bands are printed horizontally, then vertically (in rows). |
Remarks
The values listed by the ColumnLayout enumeration are used to set the MultiColumn.Layout property.
See Also