Back to Devexpress

DetailBand.MultiColumn Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-detailband-2a3f8882.md

latest2.4 KB
Original Source

DetailBand.MultiColumn Property

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

Declaration

csharp
[SRCategory(ReportStringId.CatBehavior)]
public MultiColumn MultiColumn { get; }
vb
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property MultiColumn As MultiColumn

Property Value

TypeDescription
MultiColumn

A MultiColumn object containing the parameters related to the multi-column layout.

|

Remarks

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

DetailBand Class

DetailBand Members

DevExpress.XtraReports.UI Namespace