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

BootstrapPagerSettings.LastPageButton Property

Gets the Last button’s settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLastButtonProperties LastPageButton { get; }

Property Value

Type Description
BootstrapLastButtonProperties

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

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