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

BarLinkContainerItem.AllowSerializeChildren Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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