Back to Devexpress

ASPxNewsControl.ShowBackToTop Property

aspnet-devexpress-dot-web-dot-aspxnewscontrol-f7b9b90f.md

latest1.9 KB
Original Source

ASPxNewsControl.ShowBackToTop Property

Gets or sets whether to show a 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(false)]
public bool ShowBackToTop { get; set; }
vb
<DefaultValue(False)>
Public Property ShowBackToTop As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to show the Back to top link; otherwise, false.

|

Remarks

The ShowBackToTop property controls whether an end-user can immediately navigate to the top of the current page. If the ShowBackToTop property is set to true, the Back to top link is displayed within items. A click on this link navigates the user to the top of the page. To provide custom text for this link, use the ASPxNewsControl.BackToTopText property. It’s also possible to display an image before this link. To do this, use the ASPxNewsControl.BackToTopImage property.

See Also

BackToTopText

BackToTopImage

News Control

ASPxNewsControl Class

ASPxNewsControl Members

DevExpress.Web Namespace