NavBarGroupContentStyle.ItemSpacing Property
Gets or sets the vertical spacing between items.
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 ItemSpacing property to define the vertical spacing between the adjacent items within a group (NavBarGroup.ContentStyle) or a navigation bar control (ASPxNavBar.GroupContentStyle) to which the current style is applied.
Note
The ItemSpacing property value might be explicitly defined in some themes, so specifying it has no effect.
To specify spacing between groups, use the ASPxNavBar.GroupSpacing property.
See Also