Skip to main content
Tab

ASPxNewsControl.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

The link that when clicked, navigates an end-user to the top of the page, is displayed if the ASPxNewsControl.ShowBackToTop property is set to true.

See Also