OfficeNavigationBar.SelectedItem Property
Gets or sets the selected item.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
NavigationBarItem | null | The selected item. |
Remarks
The item selection feature can be disabled using the OfficeNavigationBar.AllowItemSelection property. See this topic to learn more.
See Also