ASPxPagerBase.LastPageButton Property
Gets the Last button's settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual LastButtonProperties LastPageButton { get; }
Public Overridable ReadOnly Property LastPageButton As LastButtonProperties
Property Value
Type | Description |
---|---|
LastButtonProperties | A LastButtonProperties 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
Feedback