Class GanttViewMenuItem
Represents a menu item for the GanttViewDefaultContextMenu.
Inheritance
System.Object
GanttViewMenuItem
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.UI.dll
Syntax
public class GanttViewMenuItem : RadMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
GanttViewMenuItem(String, String)
Initializes a new instance of the GanttViewMenuItem class.
Declaration
public GanttViewMenuItem(string command, string text)
Parameters
System.String
command
The command. |
System.String
text
The text. |
Properties
Command
Gets the command of this menu item.
Declaration
public string Command { get; }
Property Value
System.String
The command. |
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|