Displays task data in a customizable DataTreeGrid based on DataGrid control and an attached GanttChartView separated by a splitter.

The GanttChartDataGrid..::.CopyingEventArguments type exposes the following members.

Constructors

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  NameDescription
CommonTabSeparatedHeaderValues
Gets the common tab separated values of the header row.
CommonTabSeparatedValues
Gets the common tab separated values for the item that is currently copying or pasting.
ExtraTabSeparatedHeaderValues
Gets the extra tab separated values of the header row during a paste operation (as received from the clipboard input header line), or sets the extra tab separated values of the header row during a copy operation (to be appended to the clipboard output header line).
ExtraTabSeparatedValues
Gets the extra tab separated values for the item that is currently pasting (as received from the clipboard input item line), or sets the extra tab separated values for the item that is currently copying (to be appended to the clipboard output item line).
Item
Gets the item that is currently copying or sets the item that is currently pasting (it is set to null for header line copying).

See Also