LayoutGroup.IsExpanded Property
Gets whether the group is expanded.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the group is expanded; otherwise, false. |
Remarks
Use the LayoutGroup.Expanded property to expand/collapse the group in code. An end-user can expand/collapse the group via an Expand button.
See Also