PagerSettingsEx.LastPageButton Property
In This Article
Gets the Last button’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LastButtonProperties LastPageButton { get; }
#Property Value
Type | Description |
---|---|
Last |
A Last |
#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