OfficeNavigationBar.SelectedItem Property
In This Article
Gets or sets the selected item.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Navigation |
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