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

IThreadSafeAccessible.ColumnCount Property

Gets the number of columns displayed in the pivot grid.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

int ColumnCount { get; }

Property Value

Type Description
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