PagerSettingsEx.NextPageButton Property
In This Article
Gets the Next button’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public NextButtonProperties NextPageButton { get; }
#Property Value
Type | Description |
---|---|
Next |
A Next |
#Remarks
Clicking the Next button navigates a user to the next page. The NextPageButton property provides access to the properties that allow the button’s text, image and visibility to be specified.
See Also