Skip to main content

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

NuGet Package: DevExpress.Uwp.Controls

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