NavigationPaneView.ItemVisualStyleInPopup Property
Gets or sets a style applied to the popup window, displaying a group’s content while the NavigationPaneView is expanded. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
Style | A Style object applied to the popup window, displaying a group’s content while the NavigationPaneView is expanded. |
Remarks
See the Collapsed Navigation Pane topic to learn more.
See Also