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

LayoutGroup.Expanded Property

Gets or sets whether the group is expanded. 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 Expanded { get; set; }

Property Value

Type Description
Boolean

true if the group is expanded; otherwise, false.

Remarks

You can prevent a group from being expanded/collapsed via the LayoutGroup.AllowExpand property. In this instance, changing the Expanded property is not in effect. To get the actual expansion state, use the LayoutGroup.IsExpanded property.

See Also