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

NavBarItem.IsSelected Property

Gets a value that specifies whether the item is selected. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public bool IsSelected { get; set; }

Property Value

Type Description
Boolean

true if the item is selected; otherwise, false.

Remarks

To learn more, see the Clicking and Selecting Items topic.

See Also