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

PivotScrollingMode Enum

Lists values that specify the scrolling mode of the ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public enum PivotScrollingMode

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