PivotGridWebOptionsPager.ColumnsPerPage Property
Gets or sets the maximum number of columns displayed on a page in the virtual scrolling mode.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10 | An integer value that specifies the maximum number of columns on a page in the virtual scrolling mode. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ColumnsPerPage |
---|---|---|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
Remarks
To enable the virtual scrolling mode, set the PivotGridWebOptionsView.HorizontalScrollingMode to PivotScrollingMode.Virtual.
See Also