Back to Devexpress

PivotGridControl.ColumnCount Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-7fc46c3f.md

latest1.2 KB
Original Source

PivotGridControl.ColumnCount Property

Gets the number of columns in the PivotGridControl.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public int ColumnCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property ColumnCount As Integer

Property Value

TypeDescription
Int32

An integer which specifies the number of columns displayed within the PivotGridControl.

|

See Also

RowCount

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace