Skip to main content

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.v23.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