Skip to main content

RadialContextMenuControl.CloseCommand Property

Gets or sets a command executed when the end-user closes the radial menu. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand CloseCommand { get; set; }

Property Value

Type Description
ICommand

An object implementing the Windows.UI.Xaml.Input.ICommand interface.

See Also