MenuFlyoutItem.CommandTarget Property
Gets or sets an element on which to raise the MenuFlyoutItem.Command. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
IInputElement | An element on which to raise the MenuFlyoutItem.Command. |
See Also