NavBarGroupContentStyle.ItemSpacing Property
In This Article
Gets or sets the vertical spacing between items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
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 Item
To specify spacing between groups, use the ASPxNavBar.GroupSpacing property.
See Also