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

RepositoryItemMRUEdit.LoadItemsFromStream(Stream) Method

Loads the RepositoryItemMRUEdit.Items collection with data from the specified stream.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void LoadItemsFromStream(
    Stream stream
)

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