Back to Devexpress

NavigationPaneView.Expander Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navigationpaneview-246c2530.md

latest1.4 KB
Original Source

NavigationPaneView.Expander Property

Gets an expander used within the current NavigationPaneView.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public DXExpander Expander { get; protected set; }
vb
Public Property Expander As DXExpander

Property Value

TypeDescription
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

NavigationPaneView Class

NavigationPaneView Members

DevExpress.Xpf.NavBar Namespace