[]
        
(Showing Draft Content)

C1.GanttView.CustomCalendarCollection.LoadXml

LoadXml Method

LoadXml(string)

Loads the contents of CustomCalendarCollection from an XML file.

Declaration
public void LoadXml(string fileName)
Public Sub LoadXml(fileName As String)
Parameters
Type Name Description
string fileName

LoadXml(Stream)

Loads the contents of CustomCalendarCollection from a Stream.

Declaration
public void LoadXml(Stream stream)
Public Sub LoadXml(stream As Stream)
Parameters
Type Name Description
Stream stream

LoadXml(XmlDocument)

Loads the contents of CustomCalendarCollection from an XmlDocument.

Declaration
public void LoadXml(XmlDocument doc)
Public Sub LoadXml(doc As XmlDocument)
Parameters
Type Name Description
XmlDocument doc