Back to Devexpress

NavBarGroup.CollapsedNavPaneSelectedItem Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-fca9e773.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public object CollapsedNavPaneSelectedItem { get; set; }
vb
Public Property CollapsedNavPaneSelectedItem As Object

Property Value

TypeDescription
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

ActiveGroupCollapsedNavPaneSelectedItem

EachCollapsedGroupHasSelectedItem

CollapsedNavPaneItems

Collapsed Navigation Pane

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace