Skip to main content
Bar

BarManager.RestoreLayoutFromStream(Stream) Method

In This Article

Restores the layout of bars from a stream.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public virtual void RestoreLayoutFromStream(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A stream from which the bars' layout is restored.

See Also