Interface IRadialMenuItem
Interface for radial menu item that is used to populate Items
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public interface IRadialMenuItem
Properties
CanUserSelect
Gets or sets whether a user can select the IRadial
Declaration
bool CanUserSelect { get; set; }
Property Value
System.
|
Command
Gets or sets the System.
Declaration
ICommand Command { get; set; }
Property Value
System.
|
CommandParameter
Gets or sets command parameter that will be used by the Command associated with the IRadial
Declaration
object CommandParameter { get; set; }
Property Value
System.
|
CommandTarget
Gets or sets command target that will be used by the Command associated with the IRadial
Declaration
UIElement CommandTarget { get; set; }
Property Value
System.
|
ContentSectorBackground
Gets or sets the System.
Declaration
Brush ContentSectorBackground { get; set; }
Property Value
System.
|
GroupName
Gets or sets a value specifying the name of the group this IRadial
Declaration
string GroupName { get; set; }
Property Value
System.
|
Header
Gets or sets a value specifying the visual representation of the title of the IRadial
Declaration
object Header { get; set; }
Property Value
System.
|
IconContent
Gets or sets a value specifying the visual representation of the icon associated with the IRadial
Declaration
object IconContent { get; set; }
Property Value
System.
|
IsSelected
Gets or sets a value indicating whether the IRadial
Declaration
bool IsSelected { get; set; }
Property Value
System.
|
ItemsSource
Gets or sets the ItemsSource of the current IRadial
Declaration
IEnumerable<IRadialMenuItem> ItemsSource { get; set; }
Property Value
System.
|
ToolTipContent
Gets or sets the tooltip content of the current IRadial
Declaration
object ToolTipContent { get; set; }
Property Value
System.
|