Back to Devexpress

LayoutGroup.IsSplittersEnabled Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-9b7d1c80.md

latest1.3 KB
Original Source

LayoutGroup.IsSplittersEnabled Property

Gets whether item resizing is actually currently enabled for the LayoutGroup’s children. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool IsSplittersEnabled { get; }
vb
Public ReadOnly Property IsSplittersEnabled As Boolean

Property Value

TypeDescription
Boolean

true if item resizing is actually currently enabled for the LayoutGroup’s children; otherwise, false.

|

Remarks

See LayoutGroup.AllowSplitters to learn more.

See Also

AllowSplitters

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace