Class GanttViewDefaultContextMenu
Represents the default context menu for a RadGanttView.
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 GanttViewDefaultContextMenu class.
Declaration
public GanttViewDefaultContextMenu(RadGanttViewElement ganttViewElement)
Parameters
RadGanttViewElement
ganttViewElement
The RadGanttView element. |
Properties
AddChildMenuItem
Gets the add child menu item.
Declaration
public GanttViewMenuItem AddChildMenuItem { get; }
Property Value
GanttViewMenuItem
The add child menu item. |
AddMenuItem
Gets the add menu item.
Declaration
public GanttViewMenuItem AddMenuItem { get; }
Property Value
GanttViewMenuItem
The add menu item. |
AddSiblingMenuItem
Gets the add sibling menu item.
Declaration
public GanttViewMenuItem AddSiblingMenuItem { get; }
Property Value
GanttViewMenuItem
The add sibling menu item. |
DeleteMenuItem
Gets the delete menu item.
Declaration
public GanttViewMenuItem DeleteMenuItem { get; }
Property Value
GanttViewMenuItem
The delete menu item. |
GanttViewElement
Gets the gantt view element.
Declaration
public RadGanttViewElement GanttViewElement { get; }
Property Value
RadGanttViewElement
The gantt view element. |
ProgressMenuItem
Gets the progress menu item.
Declaration
public GanttViewMenuItem ProgressMenuItem { get; }
Property Value
GanttViewMenuItem
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.Decimal
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.Boolean
|
Methods
AddMenuItemClicked(GanttViewMenuItem)
Called when the Add menu item is clicked.
Declaration
protected virtual void AddMenuItemClicked(GanttViewMenuItem item)
Parameters
GanttViewMenuItem
item
The menu item. |
DeleteMenuItemClicked(GanttViewMenuItem)
Called when the Delete menu item is clicked.
Declaration
protected virtual void DeleteMenuItemClicked(GanttViewMenuItem item)
Parameters
GanttViewMenuItem
item
The menu item. |
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
OnDropDownOpening(CancelEventArgs)
Raises the DropDownOpening event.
Declaration
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
System.ComponentModel.CancelEventArgs
args
The event arguments |
Overrides
ProgressMenuItemClicked(GanttViewMenuItem)
Called when one of the Progress menu items is clicked.
Declaration
protected virtual void ProgressMenuItemClicked(GanttViewMenuItem item)
Parameters
GanttViewMenuItem
item
The menu item. |