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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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