Skip to main content
A newer version of this page is available. .

MultiColumn Class

Provides the multi-column functionality for reports.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class MultiColumn :
    IXRSerializable

Remarks

An object of the MultiColumn type is returned by the DetailBand.MultiColumn property.

The multi-column feature is enabled in one of the following cases.

To define how the Detail bands should be printed on a page, use the MultiColumn.Layout property.

To learn more, see Creating a Table Report.

Inheritance

Object
MultiColumn
See Also