Skip to main content
A newer version of this page is available. .

OfficeNavigationBar.SelectedItem Property

Gets or sets the selected item.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Properties")]
public NavigationBarItem SelectedItem { get; set; }

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