ASPxCheckListBase.ItemSpacing Property
In This Article
Gets or sets the spacing (both vertical and horizontal) between the editor items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
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 ASPxCheckListBase.RepeatLayout property is set to Flow.
This property is a wrapper of the CheckListPropertiesBase.ItemSpacing property.
Note
The Item
See Also