Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Wpf.NavBar

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