Skip to main content
A newer version of this page is available. .
Tab

ASPxDataViewBase.ItemSpacing Property

Gets or sets the distance (both vertical and horizontal) between items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ItemSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value that represents the spacing value.

Remarks

Use the ItemSpacing property to specify the horizontal and vertical distance between items.

Note

The ItemSpacing property value might be explicitly defined in some themes, so specifying it has no effect.

DataView_ItemSpacing

See Also