Skip to main content

RadialContextMenuControl Class

Represents a radial menu.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[ContentProperty(Name = "RootItem")]
public class RadialContextMenuControl :
    DXControl,
    ICloseCommandSource,
    IItemsGeneratorOwner

Remarks

Inspired by Microsoft OneNote, the DevExpress Universal Radial Menu allows you to extend your applications and create contextual and quick access touch-centric interfaces.

win-rt-radial-menu

For an example of how to create and customize the Radial menu, see Context Menu in our demos.

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.Core.Native.DXControl
RadialContextMenuControl
See Also