xtrareports-devexpress-dot-xtrareports-dot-ui-dot-detailband-2a3f8882.md
Gets the object that specifies the parameters of the multi-column layout.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[SRCategory(ReportStringId.CatBehavior)]
public MultiColumn MultiColumn { get; }
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property MultiColumn As MultiColumn
| Type | Description |
|---|---|
| MultiColumn |
A MultiColumn object containing the parameters related to the multi-column layout.
|
Use this property to enable and customize the multi-column representation of a Detail band.
The multi-column feature is enabled in one of the following cases.
To learn more, see Creating a Multi-Column Report.
See Also
Create a Multi-Column Report in the Visual Studio Report Designer