Back to Devexpress

PivotCustomFieldValueCellsEventArgs.ColumnCount Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldvaluecellseventargs.md

latest1.5 KB
Original Source

PivotCustomFieldValueCellsEventArgs.ColumnCount Property

Gets the number of columns in the pivot grid.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int ColumnCount { get; }
vb
Public ReadOnly Property ColumnCount As Integer

Property Value

TypeDescription
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

RowCount

PivotCustomFieldValueCellsEventArgs Class

PivotCustomFieldValueCellsEventArgs Members

DevExpress.Xpf.PivotGrid Namespace