ASPxTitleIndex.BackToTopText Property
Gets or sets the text of the link that when clicked, navigates an end-user to the top of the page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "[Back to Top]" | A string value that specifies the text of the link that when clicked, navigates an end-user to the top of the page. |
Remarks
Links that when clicked, navigate end-users to the top of the page, are displayed if the ASPxTitleIndex.ShowBackToTop property is set to true
.
See Also