Skip to main content

LayoutGroup.ActualLayoutItemInterval Property

Gets the actual distance between immediate child LayoutControlItem objects. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

[Browsable(false)]
public double ActualLayoutItemInterval { get; }

Property Value

Type Description
Double

A Double value that specifies the actual distance between immediate child LayoutControlItem objects.

Remarks

To customize the distance between layout items within the group, use the LayoutGroup.LayoutItemInterval property.

See Also