ASPxTitleIndex.BackToTopSpacing Property
In This Article
Gets or sets the distance between the Back to top link and a group (or category).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A Unit that represents the spacing value. |
#Remarks
If the ASPxTitleIndex.ShowBackToTop property is set to true
, a link is displayed after each group or category. A click on this link navigates a user to the top of the ASPxTitleIndex control. The BackToTopSpacing property specifies how far this link is displayed below a group (category).
See Also