ASPxTitleIndex.GroupSpacing Property
In This Article
Gets or sets the vertical spacing between the groups in the control.
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 GroupSpacing property to define the vertical spacing between the boundaries of the adjacent groups within the ASPxTitleIndex control.
Note
The Group
To specify spacing between items, use the NavBarGroupContentStyle.ItemSpacing property.
See Also