PivotScrollingMode Enum
In This Article
Lists values that specify the scrolling mode of the ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Standard
|
Allows end-users to scroll data rows/columns displayed within the current page. |
Virtual
|
Allows end-users to navigate through pivot grid pages using a scrollbar. |
#Related API Members
The following properties accept/return PivotScrollingMode values:
#Remarks
The values listed by this enumerator are used to set the PivotGridWebOptionsView.VerticalScrollingMode and PivotGridWebOptionsView.HorizontalScrollingMode properties.
See Also