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

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

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

Declaration

public bool IsSplittersEnabled { get; }

Property Value

Type Description
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