BootstrapGridViewPagerSettings.LastPageButton Property
In This Article
Gets the Last button’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLastButtonProperties LastPageButton { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Last |
---|---|
Bootstrap |
|
#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