Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarGroup.CollapsedNavPaneSelectedItem Property

Gets or sets the selected item of the current group in the collapsed Navigation Pane.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

#Declaration

public object CollapsedNavPaneSelectedItem { get; set; }

#Property Value

Type Description
Object

An Object that represents the selected item of the current group in the collapsed Navigation Pane.

#Remarks

The CollapsedNavPaneSelectedItem property specifies the item selected in the current group of the collapsed Navigation Pane. You can also use the NavigationPaneView.ActiveGroupCollapsedNavPaneSelectedItem property to get the item selected in the active group of the collapsed Navigation Pane.

See the NavBarGroup.CollapsedNavPaneItems property to learn more about items displayed in the collapsed Navigation Pane.

See Also