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).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public string[] ExtraTabSeparatedValues { get; set; }
Visual Basic (Declaration)
Public Property ExtraTabSeparatedValues As String()

See Also