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

LayoutGroup.Expanded Property

Gets or sets whether the group is expanded. This property is supported if the expand functionality is enabled.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public bool Expanded { get; set; }

Property Value

Type Description
Boolean

true if the group is expanded; otherwise, false.

Remarks

To enable the expand functionality for a LayoutGroup, set the LayoutGroup.AllowExpand property to true.

The Expanded property allows you to expand/collapse a group in code.

See Also