NavigationPaneView.Expander Property
Gets an expander used within the current NavigationPaneView.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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