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

PagerSettingsEx.FirstPageButton Property

Gets the First button’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FirstButtonProperties FirstPageButton { get; }

Property Value

Type Description
FirstButtonProperties

A FirstButtonProperties object that contains the First button’s settings.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also