ASPxPagerBase.FirstPageButton Property
Gets the First button's settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual FirstButtonProperties FirstPageButton { get; }
Public Overridable ReadOnly Property FirstPageButton As FirstButtonProperties
Property Value
Type | Description |
---|---|
FirstButtonProperties | A FirstButtonProperties object that contains the First button's settings. |
Available values:
Name | Description |
---|---|
FirstButtonProperties(IPropertiesOwner, Boolean, String) | Initializes a new instance of the FirstButtonProperties class with the specified settings. |
FirstButtonProperties(IPropertiesOwner, Boolean) | Initializes a new instance of the FirstButtonProperties class. |
FirstButtonProperties(IPropertiesOwner) | Initializes a new instance of the FirstButtonProperties class with the specified owner. |
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