GridViewVerticalScrollBarStyle Enum
Lists values that specify the operating mode of the vertical scrollbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Standard
|
The vertical scrollbar operates in the standard way; it scrolls data rows displayed within the current page. |
Virtual
|
Enables the virtual paging mode. End-users can navigate through data rows using the vertical scrollbar. When a scroll button is clicked, the ASPxGridView switches to the next/previous page. |
VirtualSmooth
|
Enables the virtual paging mode. End-users can navigate through data rows using the vertical scrollbar. When a scroll button is clicked, the ASPxGridView smoothly scrolls data. |
Related API Members
The following properties accept/return GridViewVerticalScrollBarStyle values:
Remarks
The values listed by this enumerator are used to set the ASPxGridViewSettings.VerticalScrollBarStyle property’s value.