Back to Devexpress

MenuFlyoutItem Class

wpf-devexpress-dot-xpf-dot-windowsui-5a343107.md

latest2.9 KB
Original Source

MenuFlyoutItem Class

An item within a MenuFlyout.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public class MenuFlyoutItem :
    ClickableBase,
    ICommandSource
vb
Public Class MenuFlyoutItem
    Inherits ClickableBase
    Implements ICommandSource

Remarks

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

xml
<dxwui:MenuFlyout ShowIndicator="True">
    <dxwui:MenuFlyoutItem Content="90° clockwise" />
    <dxwui:MenuFlyoutItem Content="90° counter clockwise" />

Inheritance

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

MenuFlyoutItem Members

MenuFlyout

DevExpress.Xpf.WindowsUI Namespace