RepositoryItemMRUEdit.LoadItemsFromXml(String) Method
Loads items from the specified XML file to the RepositoryItemMRUEdit.Items collection.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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