New to Telerik UI for WPFStart a free 30-day trial

Provides static commands for controlling the visibility of a RadRadialMenu. This class includes commands for showing and hiding the RadRadialMenu. Each command is represented by a RoutedUICommand and can be used to manage the user interface interactively.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public static class RadialMenuCommands

Inheritance: objectRadialMenuCommands

Properties

Hide

RoutedUICommand

Gets value that represents the hide RadRadialMenu command.

C#
public static RoutedUICommand Hide { get; }
Property Value:

The Hide command.

Show

RoutedUICommand

Gets value that represents the show RadRadialMenu command.

C#
public static RoutedUICommand Show { get; }
Property Value:

The Show command.

In this article
DefinitionPropertiesHideShow
Not finding the help you need?
Contact Support