Gets or sets the XML content that will be used as output data within the Save operation.

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

Syntax

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

See Also