NavigationViewItemAutomationPeer.ExpandCollapseState Property

Definition

Gets the value of the NavigationViewItem.IsExpanded property and returns whether the NavigationViewItem is currently expanded or collapsed.

public:
 property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = navigationViewItemAutomationPeer.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState

Property Value

Expanded if the NavigationViewItem is currently expanded, Collapsed otherwise.

Implements

Applies to