Skip to main content

RepositoryItemMRUEdit.LoadItemsFromStream(Stream) Method

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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