Skip to main content

LayoutControlBase.ItemSpace Property

Gets or sets the distance between child items. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public double ItemSpace { get; set; }

#Property Value

Type Description
Double

A Double value that specifies the distance between child items.

#Remarks

The default value for the ItemSpace property is specified by the LayoutControlBase.DefaultItemSpace field.

The ItemSpace property is not supported by the ScrollBox class.

See Also