TitleIndexGroupContentStyle.ItemSpacing Property
Gets or sets the vertical spacing between data items in all groups within a ASPxTitleIndex 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 ItemSpacing property to define the vertical spacing between the adjacent data items within all groups of a ASPxTitleIndex control.
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