Skip to main content

PivotCustomRowHeightEventArgs.ColumnCount Property

Gets the number of columns in the pivot grid.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public int ColumnCount { get; }

Property Value

Type Description
Int32

An integer value, specifying the total number of columns.

See Also