NavBarStyle.GroupSpacing Property
Gets or sets the vertical spacing between the groups in the navigation bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also