Back to Devexpress

GridViewVerticalScrollBarStyle Enum

aspnet-devexpress-dot-web-f2801188.md

latest1.7 KB
Original Source

GridViewVerticalScrollBarStyle Enum

Lists values that specify the operating mode of the vertical scrollbar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewVerticalScrollBarStyle
vb
Public Enum GridViewVerticalScrollBarStyle

Members

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

|

The following properties accept/return GridViewVerticalScrollBarStyle values:

Remarks

The values listed by this enumerator are used to set the ASPxGridViewSettings.VerticalScrollBarStyle property’s value.

See Also

Grid View

DevExpress.Web Namespace