Back to Devexpress

BackToTopStyle Class

aspnet-devexpress-dot-web-7593fbf0.md

latest2.3 KB
Original Source

BackToTopStyle Class

Provides style settings used to paint links that when clicked, navigate an end-user to the top of the current page.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class BackToTopStyle :
    AppearanceStyle
vb
Public Class BackToTopStyle
    Inherits AppearanceStyle

The following members return BackToTopStyle objects:

Remarks

These settings can be accessed via the ASPxNewsControl.BackToTopStyle and ASPxTitleIndex.BackToTopStyle properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle BackToTopStyle

See Also

BackToTopStyle Members

ASPxNewsControl.BackToTopStyle

ASPxTitleIndex.BackToTopStyle

DevExpress.Web Namespace