Skip to main content
Tab

CheckListPropertiesBase.ItemSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that is the spacing value.

Remarks

Use the ItemSpacing property to specify the horizontal and vertical distance between editor items. Note that this property is not in effect if the CheckListPropertiesBase.RepeatLayout property is set to Flow.

The ItemSpacing property synchronizes its value with the editor’s ASPxCheckListBase.ItemSpacing property.

Note

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

See Also