Back to Devexpress

NavBarCommands.SelectItem Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarcommands-c38000f2.md

latest1.5 KB
Original Source

NavBarCommands.SelectItem Property

Selects the specified item.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public static RoutedCommand SelectItem { get; }
vb
Public Shared ReadOnly Property SelectItem As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines the command.

|

Remarks

xaml
<Button Command="dxg:NavBarCommands.ChangeCardExpanded"
        CommandTarget="{Binding Path=View, ElementName=navBarControl1}"
        CommandParameter="{ElementName=myItem}">Select Item</Button>

Corresponding Method: NavBarViewBase.SelectItem.

See Also

NavBarCommands Class

NavBarCommands Members

DevExpress.Xpf.NavBar Namespace