RepositoryItemMRUEdit.LoadItemsFromStream(Stream) Method
Loads the RepositoryItemMRUEdit.Items collection with data from the specified stream.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | A Stream object that contains items to be loaded. |
Remarks
See the RepositoryItemMRUEdit.SaveItemsToStream topic to learn more.
See Also