Back to Devexpress

LayoutGroup.ActualLayoutGroupInterval Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-93325237.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
[Browsable(false)]
public double ActualLayoutGroupInterval { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualLayoutGroupInterval As Double

Property Value

TypeDescription
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

LayoutGroupInterval

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace