BarLinkContainerItem.AllowSerializeChildren Property
Gets or sets whether or not links contained within this BarLinkContainerItem should be serialized.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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.