Skip to main content

BarManagerOptionsLayout.AllowSerializeBarSubItemChildren Property

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

Namespace: DevExpress.XtraBars.Utils

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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:

Object Type Path to AllowSerializeBarSubItemChildren
BarManager
.OptionsLayout .AllowSerializeBarSubItemChildren

Remarks

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

See Also