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

ContextMenu Class

Represents a flyout menu that can be attached to any visual element.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v19.2.dll

Declaration

[ContentProperty(Name = "Content")]
[TemplatePart(Name = "PART_MenuContainer", Type = typeof(ContentPresenter))]
[TemplatePart(Name = "PART_MenuFlyout", Type = typeof(NestedMenuFlyoutControl))]
public class ContextMenu :
    DependencyObject,
    ISupportContextMenu,
    IContextMenuBase,
    ISupportContextMenuEvents

The following members return ContextMenu objects:

Remarks

To learn more, see Context Menu.

Inheritance

See Also