ExpandContainer.IsExpanded Property
Gets or sets whether the container 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 container is expanded; otherwise, false. |
Remarks
Use the IsExpanded property to expand/collapse the container in code. An end-user can expand/collapse the container via an Expand button.
See Also