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

TitleIndexGroupContentStyle.ItemSpacing Property

Gets or sets the vertical spacing between data items in all groups within a ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

Use the ItemSpacing property to define the vertical spacing between the adjacent data items within all groups of a ASPxTitleIndex control.

Note

The ItemSpacing property value might be explicitly defined in some themes, so specifying it has no effect.

TitleIndex

To specify spacing between groups, use the ASPxNavBar.GroupSpacing property.

See Also