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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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