ASPxVerticalGridPagerSettings Class
In This Article
Contains pager settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxVerticalGridPagerSettings :
ASPxGridPagerSettings
#Related API Members
The following members return ASPxVerticalGridPagerSettings objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Vertical |
#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.
#Inheritance
Object
StateManager
PropertiesBase
PagerSettingsEx
ASPxGridPagerSettings
ASPxVerticalGridPagerSettings
See Also