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

PagerSettingsEx.NextPageButton Property

Gets the Next button’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NextButtonProperties NextPageButton { get; }

Property Value

Type Description
NextButtonProperties

A NextButtonProperties object that contains the Next button’s settings.

Property Paths

You can access this nested property as listed below:

Show 30 property paths
Library Object Type Path to NextPageButton
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager.NextPageButton
BootstrapGridView
.SettingsPager.NextPageButton
ASP.NET Web Forms Controls ASPxCardView
.SettingsPager.NextPageButton
ASPxDataView
.PagerSettings.NextPageButton
ASPxGridView
.SettingsPager.NextPageButton
ASPxImageGallery
.PagerSettings.NextPageButton
ASPxNewsControl
.PagerSettings.NextPageButton
ASPxPivotGrid
.OptionsPager.NextPageButton
ASPxTreeList
.SettingsPager.NextPageButton
ASPxVerticalGrid
.SettingsPager.NextPageButton
GridViewProperties
.SettingsPager.NextPageButton
CardViewSettings
.SettingsPager.NextPageButton
CardViewSettings<CardType>
.SettingsPager.NextPageButton
DataViewSettings
.PagerSettings.NextPageButton
GridViewSettings
.SettingsPager.NextPageButton
GridViewSettings<RowType>
.SettingsPager.NextPageButton
ImageGallerySettings
.PagerSettings.NextPageButton
MVCxCardView
.SettingsPager.NextPageButton
MVCxDataView
.PagerSettings.NextPageButton
MVCxGridView
.SettingsPager.NextPageButton
MVCxGridViewProperties
.SettingsPager.NextPageButton
MVCxImageGallery
.PagerSettings.NextPageButton
MVCxPivotGrid
.OptionsPager.NextPageButton
MVCxTreeList
.SettingsPager.NextPageButton
MVCxVerticalGrid
.SettingsPager.NextPageButton
PivotGridSettings
.OptionsPager.NextPageButton
TreeListSettings
.SettingsPager.NextPageButton
TreeListSettings<RowType>
.SettingsPager.NextPageButton
VerticalGridSettings
.SettingsPager.NextPageButton
VerticalGridSettings<ColumnType>
.SettingsPager.NextPageButton

Remarks

Clicking the Next button navigates a user to the next page. The NextPageButton property provides access to the properties that allow the button’s text, image and visibility to be specified.

See Also