Gets or sets the index of the active column page in the virtual scrolling mode.
Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v18.1.dll

Syntax
C# |
public int ColumnPageIndex { get; set; }
|
VB |
Public Property ColumnPageIndex As Integer
|
Property value
Type: Int32
An integer value that specifies the active column page index in the virtual scrolling mode.
The default is 0.

Remarks

See Also