Back to Devexpress

ASPxNewsControl.BackToTopText Property

aspnet-devexpress-dot-web-dot-aspxnewscontrol-4c7ee71c.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Back to top")]
public string BackToTopText { get; set; }
vb
<DefaultValue("Back to top")>
Public Property BackToTopText As String

Property Value

TypeDefaultDescription
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

ShowBackToTop

BackToTopImage

BackToTopStyle

News Control

ASPxNewsControl Class

ASPxNewsControl Members

DevExpress.Web Namespace