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