Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("[Back to Top]")]
public string BackToTopText { get; set; }

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