Skip to main content
Tab

PagerSettingsEx.FirstPageButton Property

Gets the First button’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FirstButtonProperties FirstPageButton { get; }

Property Value

Type Description
FirstButtonProperties

A FirstButtonProperties 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