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

PagerSettingsEx.PrevPageButton Property

Gets the Previous button’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PrevButtonProperties PrevPageButton { get; }

Property Value

Type Description
PrevButtonProperties

A PrevButtonProperties object that contains the Previous button’s settings.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also