Skip to main content

AppointmentStorage.LoadFromXml(String) Method

Loads settings of appointments from the specified XML file to the appointment storage.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public void LoadFromXml(
    string fileName
)
Public Sub LoadFromXml(
    fileName As String
)

Parameters

Name Type Description
fileName String

A String value specifying the path to the file from which appointments should be loaded. If an empty string is specified, an exception is raised.

Remarks

To save appointments from the AppointmentStorage to a file in XML format, use the AppointmentStorage.SaveToXml method.

See Also