Back to Devexpress

ASPxVerticalGridPagerSettings Class

aspnet-devexpress-dot-web-f4cbf887.md

latest2.2 KB
Original Source

ASPxVerticalGridPagerSettings Class

Contains pager settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridPagerSettings :
    ASPxGridPagerSettings
vb
Public Class ASPxVerticalGridPagerSettings
    Inherits ASPxGridPagerSettings

The following members return ASPxVerticalGridPagerSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxVerticalGrid.SettingsPager
ASP.NET MVC ExtensionsVerticalGridSettings.SettingsPager

Remarks

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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase PagerSettingsEx ASPxGridPagerSettings ASPxVerticalGridPagerSettings

See Also

ASPxVerticalGridPagerSettings Members

SettingsPager

PagerSettingsEx

Vertical Grid

DevExpress.Web Namespace