DetailBand.MultiColumn Property
Gets the object that specifies the parameters of the multi-column layout.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
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.
- if the MultiColumn.ColumnCount property’s value is greater than 1 and the MultiColumn.Mode property’s value is set to UseColumnCount;
- or, if the MultiColumn.ColumnWidth property’s value is greater than 0 and the MultiColumn.Mode property’s value is set to UseColumnWidth.
To learn more, see Creating a Multi-Column Report.
See Also