IRadialMenuItem
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
Derived Classes:
Properties
Gets or sets whether a user can select the IRadialMenuItem.
bool CanUserSelect { get; set; }
Gets or sets the ICommand associated the current item.
ICommand Command { get; set; }
Gets or sets command parameter that will be used by the Command associated with the IRadialMenuItem.
object CommandParameter { get; set; }
CommandTarget
UIElement
Gets or sets command target that will be used by the Command associated with the IRadialMenuItem.
UIElement CommandTarget { get; set; }
Gets or sets the Brush value that defines the background of the IRadialMenuItem.
Brush ContentSectorBackground { get; set; }
Gets or sets a value specifying the name of the group this IRadialMenuItem belongs to.
string GroupName { get; set; }
Gets or sets a value specifying the visual representation of the title of the IRadialMenuItem.
object Header { get; set; }
Gets or sets a value specifying the visual representation of the icon associated with the IRadialMenuItem.
object IconContent { get; set; }
Gets or sets a value indicating whether the IRadialMenuItem is selected.
bool IsSelected { get; set; }
Gets or sets the ItemsSource of the current IRadialMenuItem.
IEnumerable<IRadialMenuItem> ItemsSource { get; set; }
Gets or sets the tooltip content of the current IRadialMenuItem.
object ToolTipContent { get; set; }