BarManagerOptionsLayout Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class BarManagerOptionsLayout :
OptionsLayoutBase
#Related API Members
The following members return BarManagerOptionsLayout objects:
#Remarks
The options this class provides are accessible with the BarManager.OptionsLayout property.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
OptionsLayoutBase
BarManagerOptionsLayout
See Also