Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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