Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public Style ItemVisualStyleInPopup { get; set; }

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