Back to Devexpress

PivotScrollingMode Enum

aspnet-devexpress-dot-web-dot-aspxpivotgrid-365f5004.md

latest1.7 KB
Original Source

PivotScrollingMode Enum

Lists values that specify the scrolling mode of the ASPxPivotGrid.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PivotScrollingMode
vb
Public Enum PivotScrollingMode

Members

NameDescription
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.

|

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

DevExpress.Web.ASPxPivotGrid Namespace