Skip to main content
A newer version of this page is available. .
Tab

ASPxTitleIndex.BackToTopSpacing Property

Gets or sets the distance between the Back to top link and a group (or category).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit BackToTopSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

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