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

ASPxPivotGrid.ColumnCount Property

Gets the number of columns displayed within the ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public int ColumnCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of columns displayed within the ASPxPivotGrid.

Remarks

To obtain the total number of rows displayed within the ASPxPivotGrid, use the ASPxPivotGrid.RowCount property. The number of visible rows displayed within the current page is returned by the ASPxPivotGrid.VisibleRowsOnPage property.

ASPxPivotGrid_RowsColumns

See Also