InterfaceIRadialMenuItem
Interface for radial menu item that is used to populate ItemsSource.
Definition
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 IRadialMenuItem.
CommandParameter
Gets or sets command parameter that will be used by the Command associated with the IRadialMenuItem.
CommandTarget
Gets or sets command target that will be used by the Command associated with the IRadialMenuItem.
Declaration
UIElement CommandTarget { get; set; }
Property Value
UIElement
ContentSectorBackground
Gets or sets the Brush value that defines the background of the IRadialMenuItem.
Declaration
Brush ContentSectorBackground { get; set; }
Property Value
Brush
GroupName
Gets or sets a value specifying the name of the group this IRadialMenuItem belongs to.
Header
Gets or sets a value specifying the visual representation of the title of the IRadialMenuItem.
IconContent
Gets or sets a value specifying the visual representation of the icon associated with the IRadialMenuItem.
IsSelected
Gets or sets a value indicating whether the IRadialMenuItem is selected.
ItemsSource
Gets or sets the ItemsSource of the current IRadialMenuItem.
Declaration
IEnumerable<IRadialMenuItem> ItemsSource { get; set; }
Property Value
ToolTipContent
Gets or sets the tooltip content of the current IRadialMenuItem.