Back to Devexpress

ColumnLayout Enum

corelibraries-devexpress-dot-xtraprinting-8db19c4c.md

latest1.6 KB
Original Source

ColumnLayout Enum

Lists the values used to specify the column layout direction for a multi-column report.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum ColumnLayout
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum ColumnLayout

Members

NameDescription
DownThenAcross

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

| | AcrossThenDown |

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

|

The following properties accept/return ColumnLayout values:

LibraryRelated API Members
WPF ControlsTemplatedLink.ColumnLayout
.NET Reporting ToolsMultiColumn.Layout

Remarks

The values listed by the ColumnLayout enumeration are used to set the MultiColumn.Layout property.

See Also

DevExpress.XtraPrinting Namespace