Back to Devexpress

ASPxNewsControl.BackToTopImage Property

aspnet-devexpress-dot-web-dot-aspxnewscontrol-5976e79e.md

latest1.4 KB
Original Source

ASPxNewsControl.BackToTopImage Property

Gets the settings of an image 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
public ImageProperties BackToTopImage { get; }
vb
Public ReadOnly Property BackToTopImage As ImageProperties

Property Value

TypeDescription
ImageProperties

An ImageProperties object that contains image settings.

|

Remarks

Use the BackToTopImage property to specify an image displayed before the Back to top link. A click on this image navigates an end-user to the top of the current page.

See Also

ShowBackToTop

News Control

ASPxNewsControl Class

ASPxNewsControl Members

DevExpress.Web Namespace