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.v24.1.dll
NuGet Package: DevExpress.Web
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
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