Back to Devexpress

IThreadSafeAccessible.ColumnCount Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-ithreadsafeaccessible-b4d832c0.md

latest1.5 KB
Original Source

IThreadSafeAccessible.ColumnCount Property

Gets the number of columns displayed in the pivot grid.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

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

|

Remarks

To obtain the number of rows displayed in the pivot grid, use the IThreadSafeAccessible.RowCount property.

See Also

RowCount

IThreadSafeAccessible Interface

IThreadSafeAccessible Members

DevExpress.XtraPivotGrid Namespace