Represents a data serializer used to persist the contents of a GanttChartDataGrid control within a Project XML file.

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

Syntax

C#
public class ProjectXmlSerializer : GanttChartView..::.ProjectXmlSerializer
Visual Basic (Declaration)
Public Class ProjectXmlSerializer _
	Inherits GanttChartView..::.ProjectXmlSerializer

Inheritance Hierarchy

System..::.Object
  DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer
    DlhSoft.Windows.Controls..::.GanttChartDataGrid..::.ProjectXmlSerializer

See Also