'Declaration Public Event InitializeGanttView As InitializeGanttViewEventHandler
public event InitializeGanttViewEventHandler InitializeGanttView
The event handler receives an argument of type InitializeGanttViewEventArgs containing data related to this event. The following InitializeGanttViewEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Control | Returns the Infragistics.Win.UltraWinGanttView.UltraGanttView control that will be used for the print operation. |
The control's PrimaryInterval determines the level of detail of the printed output.
The UltraGanttViewPrintDocument creates and instance of the GanttView control in order to render the GanttView information to the printer. When the control is created, it is initialized based on the GanttView property and then the associated initialize event (e.g. InitializeGanttView) is invoked to allow any further customizations to the control.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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