Skip to main content
A newer version of this page is available. .

RepositoryItemMRUEdit.LoadItemsFromXml(String) Method

Loads items from the specified XML file to the RepositoryItemMRUEdit.Items collection.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void LoadItemsFromXml(
    string fileName
)

Parameters

Name Type Description
fileName String

A string that specifies the full path to the XML file that stores items to be loaded.

Remarks

To save items to an XML file, use the RepositoryItemMRUEdit.SaveItemsToXml method.

See Also