BootstrapCardViewPagerSettings.NextPageButton Property
Gets the Next button’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapNextButtonProperties NextPageButton { get; }
Property Value
| Type | Description |
|---|---|
| BootstrapNextButtonProperties | A BootstrapNextButtonProperties object that contains the Next button’s settings. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to NextPageButton |
|---|---|
| BootstrapCardView |
|
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