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

NavBarStyle.GroupSpacing Property

Gets or sets the vertical spacing between the groups in the navigation bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual 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 navigation bar.

Note

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

NavBAr

See Also