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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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