Class GanttViewDefaultContextMenu
Represents the default context menu for a Rad
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewDefaultContextMenu : RadContextMenu, IAnalyticsProvider
Constructors
GanttViewDefaultContextMenu(RadGanttViewElement)
Initializes a new instance of the Gantt
Declaration
public GanttViewDefaultContextMenu(RadGanttViewElement ganttViewElement)
Parameters
Rad The RadGanttView element. |
Properties
AddChildMenuItem
Gets the add child menu item.
Declaration
public GanttViewMenuItem AddChildMenuItem { get; }
Property Value
Gantt The add child menu item. |
AddMenuItem
Gets the add menu item.
Declaration
public GanttViewMenuItem AddMenuItem { get; }
Property Value
Gantt The add menu item. |
AddSiblingMenuItem
Gets the add sibling menu item.
Declaration
public GanttViewMenuItem AddSiblingMenuItem { get; }
Property Value
Gantt The add sibling menu item. |
DeleteMenuItem
Gets the delete menu item.
Declaration
public GanttViewMenuItem DeleteMenuItem { get; }
Property Value
Gantt The delete menu item. |
GanttViewElement
Gets the gantt view element.
Declaration
public RadGanttViewElement GanttViewElement { get; }
Property Value
Rad The gantt view element. |
ProgressMenuItem
Gets the progress menu item.
Declaration
public GanttViewMenuItem ProgressMenuItem { get; }
Property Value
Gantt The progress menu item. |
ProgressStep
Gets or sets the step by which the progress values will increment.
Declaration
public decimal ProgressStep { get; set; }
Property Value
System. The progress step. |
ShowProgress
Gets or sets a value indicating whether progress menu items should be shown.
Declaration
public bool ShowProgress { get; set; }
Property Value
System.
|
Methods
AddMenuItemClicked(GanttViewMenuItem)
Called when the Add menu item is clicked.
Declaration
protected virtual void AddMenuItemClicked(GanttViewMenuItem item)
Parameters
Gantt The menu item. |
DeleteMenuItemClicked(GanttViewMenuItem)
Called when the Delete menu item is clicked.
Declaration
protected virtual void DeleteMenuItemClicked(GanttViewMenuItem item)
Parameters
Gantt The menu item. |
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
OnDropDownOpening(CancelEventArgs)
Raises the DropDownOpening event.
Declaration
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
System. The event arguments |
Overrides
ProgressMenuItemClicked(GanttViewMenuItem)
Called when one of the Progress menu items is clicked.
Declaration
protected virtual void ProgressMenuItemClicked(GanttViewMenuItem item)
Parameters
Gantt The menu item. |