wpf-devexpress-dot-xpf-dot-windowsui-5a343107.md
An item within a MenuFlyout.
Namespace : DevExpress.Xpf.WindowsUI
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
public class MenuFlyoutItem :
ClickableBase,
ICommandSource
Public Class MenuFlyoutItem
Inherits ClickableBase
Implements ICommandSource
MenuFlyoutItem s are designed to be used within MenuFlyout objects. See this link to learn more.
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MenuFlyoutItem class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
wpf-appbar-display-windows-10-top-bottom-menu/CS/AppBarExample/MainWindow.xaml#L19
<dxwui:MenuFlyout ShowIndicator="True">
<dxwui:MenuFlyoutItem Content="90° clockwise" />
<dxwui:MenuFlyoutItem Content="90° counter clockwise" />
Show 13 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl DevExpress.Xpf.WindowsUI.Base.veContentControlBase DevExpress.Xpf.WindowsUI.Base.veContentControl DevExpress.Xpf.WindowsUI.Base.veContentContainer DevExpress.Xpf.Controls.Primitives.ClickableBase MenuFlyoutItem
See Also