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

LayoutGroup.ActualDockItemInterval Property

Gets the actual distance between immediate child dock items. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

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

Property Value

Type Description
Double

A Double value that specifies the actual distance between immediate child dock items.

Remarks

To customize the distance between dock items, use the LayoutGroup.DockItemInterval property.

See Also