Version

GanttContextMenuArea Enumeration

Enumeration used to identify the context menus for the XamGantt
Syntax
'Declaration
 
Public Enum GanttContextMenuArea 
   Inherits System.Enum
public enum GanttContextMenuArea : System.Enum 
Members
MemberDescription
CellThe context menu for the data cells in the grid section
ColumnHeaderThe context menu for the column headers in the grid section.
GridThe context menu for the empty portion of the grid section of the XamGantt
RowThe context menu for a row in the grid section
RowSelectorHeaderThe context menu for the header cell of the row selectors in the grid section
TaskThe context menu for the IProjectTask in the chart section
TaskDependencyThe context menu for the ProjectTaskDependency
TimescaleAreaThe context menu for the Infragistics.Controls.Schedules.Primitives.GanttTimescaleArea which represents the chart section
TimescaleBandHeaderThe context menu for the Infragistics.Controls.Schedules.Primitives.TimescaleBandPresenter in the chart section
TimescaleHeaderThe context menu for the Infragistics.Controls.Schedules.Primitives.TimescaleHeaderPresenter in the chart section
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also