ASPxNewsControl.BackToTopStyle Property
Gets the style settings used to paint the links that when clicked, navigate an end-user to the top of the page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public BackToTopStyle BackToTopStyle { get; }
Public ReadOnly Property BackToTopStyle As BackToTopStyle
Property Value
Type | Description |
---|---|
BackToTopStyle | A BackToTopStyle object that contains style settings used to paint the Back to top link. |
Available values:
Name | Description |
---|---|
Spacing | This property is not in effect for the BackToTopStyle class. |
VerticalAlign | This property is not in effect for the BackToTopStyle class. |
HoverStyle | This property is not in effect for the BackToTopStyle class. |
BackToTopStyle() | Initializes a new instance of the BackToTopStyle class. |
See Also
Feedback