Back to Devexpress

LayoutGroup.ActualLayoutItemInterval Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-8b5e86d2.md

latest1.5 KB
Original Source

LayoutGroup.ActualLayoutItemInterval Property

Gets the actual distance between immediate child LayoutControlItem 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 ActualLayoutItemInterval { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualLayoutItemInterval As Double

Property Value

TypeDescription
Double

A Double value that specifies the actual distance between immediate child LayoutControlItem objects.

|

Remarks

To customize the distance between layout items within the group, use the LayoutGroup.LayoutItemInterval property.

See Also

LayoutItemInterval

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace