ClassDesktopAlertMenuItem
Represents an item inside of the MenuItemsSource.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class DesktopAlertMenuItem
Inheritance: objectDesktopAlertMenuItem
Constructors
DesktopAlertMenuItem()
Initializes a new instance of the DesktopAlertMenuItem class.
Declaration
public DesktopAlertMenuItem()
Properties
Command
Gets or sets the command that will be executed when the command source is invoked.
CommandParameter
Represents a user defined data value that can be passed to the command when it is executed.
Header
Gets or sets a string value that represents the header of the menu item.
IconUrl
Gets or sets a path to the icon image of the menu item.
Declaration
public Uri IconUrl { get; set; }
Property Value
Uri
IsCheckable
Gets or sets a value that indicates whether the menu item can be checked.
IsChecked
Gets or sets a value that indicates whether the menu item a checked.
IsSeparator
Gets or sets a value indicating whether the menu item is a separator.
ItemsSource
Represents a collection of sub DesktopAlertMenuItem objects.
Declaration
public IEnumerable<DesktopAlertMenuItem> ItemsSource { get; set; }
Property Value