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

PagerSettingsEx.LastPageButton Property

Gets the Last button’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public LastButtonProperties LastPageButton { get; }

Property Value

Type Description
LastButtonProperties

A LastButtonProperties object that contains the Last button’s settings.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also