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

BootstrapPagerSettings.PrevPageButton Property

Gets the Previous button’s settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPrevButtonProperties PrevPageButton { get; }

Property Value

Type Description
BootstrapPrevButtonProperties

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

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