Skip to main content

BootstrapGridViewPagerSettings.FirstPageButton Property

Gets the First button’s settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapFirstButtonProperties FirstPageButton { get; }

Property Value

Type Description
BootstrapFirstButtonProperties

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

Property Paths

You can access this nested property as listed below:

Object Type Path to 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