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

BarManagerOptionsLayout Class

Provides options that control how the bars’ layout is stored to/restored from a stream, xml file or system registry.

Namespace: DevExpress.XtraBars.Utils

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class BarManagerOptionsLayout :
    OptionsLayoutBase

The following members return BarManagerOptionsLayout objects:

Remarks

The options this class provides are accessible with the BarManager.OptionsLayout property.

See Also