Class SchedulerMenuItem
Represents a menu item in the context menu of a RadScheduler.
Inheritance
System.Object
SchedulerMenuItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerMenuItem : RadMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
SchedulerMenuItem(String, String)
Creates a new instance of the SchedulerMenuItem.
Declaration
public SchedulerMenuItem(string command, string text)
Parameters
System.String
command
A command used for distinguishing different menu items. |
System.String
text
The text to be displayed in the menu item. |
Properties
Command
Gets the command set to this item.
Declaration
public string Command { get; }
Property Value
System.String
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|