ASPxPivotGrid.ColumnCount Property
Gets the number of columns displayed within the ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also