Skip to main content
A newer version of this page is available. .

NavigationPaneView.Expander Property

Gets an expander used within the current NavigationPaneView.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.2.dll

Declaration

public DXExpander Expander { get; protected set; }

Property Value

Type Description
DXExpander

A DXExpander object used within the current NavigationPaneView.

Remarks

The Expander property provides accessibility to an expander used within the current navigation pane and all its properties, such as DXExpander.IsExpanded or Style.

See Also