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

PivotCustomFieldValueCellsEventArgs.ColumnCount Property

Gets the number of columns in the pivot grid.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public int ColumnCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of columns in the pivot grid.

Remarks

Use the PivotCustomFieldValueCellsEventArgs.RowCount property to obtain the number of rows in the pivot grid.

See Also