Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridPagerSettings Class

Contains pager settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxVerticalGridPagerSettings :
    ASPxGridPagerSettings

The following members return ASPxVerticalGridPagerSettings objects:

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.

See Also