ASPxTitleIndex.GroupSpacing Property
Gets or sets the vertical spacing between the groups in the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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 ASPxTitleIndex control.
Note
The GroupSpacing property value might be explicitly defined in some themes, so specifying it has no effect.
To specify spacing between items, use the NavBarGroupContentStyle.ItemSpacing property.
See Also