windowsforms-devexpress-dot-xtrabars-dot-barmanager-a2b0b76e.md
Contains options that control how the bars’ layout is stored to/restored from a stream, xml file or system registry.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Options")]
public BarManagerOptionsLayout OptionsLayout { get; }
<DXCategory("Options")>
Public ReadOnly Property OptionsLayout As BarManagerOptionsLayout
| Type | Description |
|---|---|
| BarManagerOptionsLayout |
An object that provides options that control how the bars’ layout is stored and restored.
|
The following methods save the layout:
The following methods restore the layout:
The OptionsLayout property provides access to settings that affect loading and saving layouts:
See Also
RestoreLayoutFromStream(Stream)