Skip to main content
A newer version of this page is available. .
Tab

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

Declaration

public ImageProperties BackToTopImage { get; }

Property Value

Type Description
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