NavBarGroup.CommandTarget Property
Gets or sets the element on which to raise the NavBarGroup.Command.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
IInputElement | The IInputElement on which to raise the NavBarGroup.Command. |
Remarks
To learn more see the Commanding Overview topic in MSDN.
See Also