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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

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

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