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

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.v19.2.dll

Declaration

[DefaultValue(10)]
public int ColumnsPerPage { get; set; }

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:

Object Type Path to ColumnsPerPage
ASPxPivotGrid
.OptionsPager.ColumnsPerPage
MVCxPivotGrid
.OptionsPager.ColumnsPerPage
PivotGridSettings
.OptionsPager.ColumnsPerPage

Remarks

To enable the virtual scrolling mode, set the PivotGridWebOptionsView.HorizontalScrollingMode to PivotScrollingMode.Virtual.

See Also