Skip to main content

MenuFlyoutItem.Command Property

Gets or sets a command executed when this MenuFlyoutItem is clicked at runtime. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public ICommand Command { get; set; }

Property Value

Type Description
ICommand

An ICommand object that specifies a command executed when this MenuFlyoutItem is clicked at runtime.

Remarks

See the MenuFlyout topic for an example.

See Also