Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 902 Bytes

expander_isexpanded.md

File metadata and controls

34 lines (20 loc) · 902 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Expander.IsExpanded
winrt property

Microsoft.UI.Xaml.Controls.Expander.IsExpanded

-description

::: moniker range="winui-3.0-preview"

Caution

This API is in development and considered experimental in the WinUI version selected. It might be altered or unavailable in other versions. ::: moniker-end

Gets or sets a value that indicates whether the content area of the Expander is shown.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

true if the content area is shown; otherwise, false. The default is false.

-remarks

-see-also

-examples