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

MenuFlyoutItem Class

An item within a MenuFlyout.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public class MenuFlyoutItem :
    ClickableBase,
    ICommandSource

Remarks

MenuFlyoutItems 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.

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