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

XRCrossTabCellCollection.ColumnCount Property

Specifies the number of columns in the Cross Tab layout.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[SRCategory(ReportStringId.CatLayout)]
public int ColumnCount { get; }

Property Value

Type Description
Int32

The number of columns.

See Also