Skip to main content

PivotCustomFieldValueCellsEventArgs.ColumnCount Property

Gets the number of columns in the pivot grid.

Namespace: DevExpress.Xpf.PivotGrid

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

#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