Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public IInputElement CommandTarget { get; set; }

Property Value

Type Description
IInputElement

An element on which to raise the MenuFlyoutItem.Command.

See Also