Skip to main content
Bar

BarLinkContainerItem.AllowSerializeChildren Property

Gets or sets whether or not links contained within this BarLinkContainerItem should be serialized.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public DefaultBoolean AllowSerializeChildren { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean enumerator value that specifies whether or not links contained within this BarLinkContainerItem should be serialized.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

If the AllowSerializeChildren property equals DefaultBoolean.True, settings for child items of this BarLinkContainerItem can be saved and restored. Refer to the Saving and Restoring Layouts to a File, Stream and System Registry documentation section to learn more.

See Also