Back to Devexpress

NavBarItem.IsSelected Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbaritem-0c79c48b.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public bool IsSelected { get; set; }
vb
Public Property IsSelected As Boolean

Property Value

TypeDescription
Boolean

true if the item is selected; otherwise, false.

|

Remarks

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

See Also

NavBarControl.SelectedItem

NavBarGroup.SelectedItem

NavBarItem Class

NavBarItem Members

DevExpress.Xpf.NavBar Namespace