Skip to main content

NavigationPaneView.ActiveGroupCollapsedNavPaneSelectedItem Property

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public object ActiveGroupCollapsedNavPaneSelectedItem { get; set; }

Property Value

Type Description
Object

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

Remarks

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

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

See Also