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

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

Syntax

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

See Also