A newer version of this page is available.
Switch to the current version.
BootstrapPagerSettings.FirstPageButton Property
Gets the First button's settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapFirstButtonProperties FirstPageButton { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property FirstPageButton As BootstrapFirstButtonProperties
Property Value
Type | Description |
---|---|
BootstrapFirstButtonProperties | A BootstrapFirstButtonProperties object that contains the First button's settings. |
Remarks
Clicking the First button navigates a user to the first page. The FirstPageButton property provides access to the properties that allow the button's text, image and visibility to be specified.
See Also
Feedback