aspnet-devexpress-dot-web-f4cbf887.md
Contains pager settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxVerticalGridPagerSettings :
ASPxGridPagerSettings
Public Class ASPxVerticalGridPagerSettings
Inherits ASPxGridPagerSettings
The following members return ASPxVerticalGridPagerSettings objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxVerticalGrid.SettingsPager |
| ASP.NET MVC Extensions | VerticalGridSettings.SettingsPager |
The ASPxVerticalGridPagerSettings class contains the settings that allow you to customize pager buttons, specify the maximum number of records that can be displayed on a page, etc. These settings can be accessed via the ASPxVerticalGrid’s ASPxVerticalGrid.SettingsPager property.
Object StateManager PropertiesBase PagerSettingsEx ASPxGridPagerSettings ASPxVerticalGridPagerSettings
See Also