Skip to main content

LayoutSerializationOptions.RecreateIFixedItems Property

Gets or sets whether or not secondary layout items should be re-created when restoring the LayoutControl’s layout.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public virtual bool RecreateIFixedItems { get; set; }

Property Value

Type Description
Boolean

true if secondary layout items should be re-created; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RecreateIFixedItems
LayoutControl
.OptionsSerialization .RecreateIFixedItems

Remarks

Secondary layout items are empty space items, separators, splitters and labels. When restoring a layout that contains such items, the RecreateIFixedItems property provides a choice to either restore their saved instances, or create new items from the beginning. See the Save and Restore Layout topic to learn more about saving and restoring layouts.

See Also