LayoutGroup.ActualLayoutGroupInterval Property
Gets the actual distance between immediate child LayoutGroup objects. 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 LayoutGroup objects. |
Remarks
To customize the distance between immediate child LayoutGroup objects, use the LayoutGroup.LayoutGroupInterval property.
See Also