Skip to main content

ResourceStorage.LoadFromXml(String) Method

Loads settings of resources from the specified XML file to the resource 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 resources should be loaded. If an empty string is specified, an exception is raised.

Remarks

To save resources from the ResourceStorage to a file in XML format, use the ResourceStorage.SaveToXml method.

See Also