GridViewVerticalScrollBarStyle Enum
Lists values that specify the operating mode of the vertical scrollbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 ASPx |
Virtual
|
Enables the virtual paging mode. End-users can navigate through data rows using the vertical scrollbar. When a scroll button is clicked, the ASPx |
#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.