ASPxNewsControl.BackToTopImage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties BackToTopImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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