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

ASPxTitleIndex.GroupSpacing Property

Gets or sets the vertical spacing between the groups in the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

Use the GroupSpacing property to define the vertical spacing between the boundaries of the adjacent groups within the ASPxTitleIndex control.

Note

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

Group

To specify spacing between items, use the NavBarGroupContentStyle.ItemSpacing property.

See Also