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

BarManagerOptionsLayout.AllowSerializeBarSubItemChildren Property

Gets or sets whether or not links contained within BarSubItem objects are serialized.

Namespace: DevExpress.XtraBars.Utils

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(false)]
public bool AllowSerializeBarSubItemChildren { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if links contained within BarSubItem objects are serialized; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowSerializeBarSubItemChildren
WinForms Controls BarManager
.OptionsLayout.AllowSerializeBarSubItemChildren
ToolbarFormManager
.OptionsLayout.AllowSerializeBarSubItemChildren
DocumentViewerBarManager
.OptionsLayout.AllowSerializeBarSubItemChildren
PrintBarManager
.OptionsLayout.AllowSerializeBarSubItemChildren
Reporting XRDesignBarManager
.OptionsLayout.AllowSerializeBarSubItemChildren

Remarks

If the AllowSerializeBarSubItemChildren property equals true, settings of BarSubItem children can be saved and restored.

See Also