Skip to main content

PivotGridWebOptionsPager.ColumnPageIndex Property

Gets or sets the index of the active column page in the virtual scrolling mode.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(0)]
public int ColumnPageIndex { get; set; }

#Property Value

Type Default Description
Int32 0

An integer value that specifies the active column page index in the virtual scrolling mode.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to ColumnPageIndex
ASP.NET MVC Extensions PivotGridSettings
.OptionsPager .ColumnPageIndex
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsPager .ColumnPageIndex

#Remarks

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

See Also