LayoutSerializationOptions Properties
Contains options that specify how the LayoutControl’s layout is saved to and restored from a data store (an XML file, a stream or the system registry).
Name | Description |
---|---|
Discard |
Gets or sets whether the items that exist in a layout when it’s restored, but that don’t exist in the current layout control, should be discarded or added to the control. |
Recreate |
Gets or sets whether or not secondary layout items should be re-created when restoring the Layout |
Restore |
Gets or sets whether the appearance settings of item captions are loaded when a layout is loaded from a data store. |
Restore |
Gets or sets whether the appearance settings of tab pages are loaded when a layout is loaded from a data store. |
Restore |
Gets or sets whether layout items’ state settings (Layout |
Restore |
Gets or sets whether layout groups’ padding settings (Base |
Restore |
Gets or sets whether layout groups’ spacing settings (Base |
Restore |
Gets or sets whether the appearance settings of groups are loaded when a layout is loaded from a data store. |
Restore |
Gets or sets whether values of layout items’ Base |
Restore |
Gets or sets whether layout items’ state settings (Layout |
Restore |
Gets or sets whether layout items’ padding settings (Base |
Restore |
Gets or sets whether layout items’ spacing settings (Base |
Restore |
Gets or sets whether layout items’ captions are restored when restoring the control’s layout from a data store. |
Restore |
Gets or sets whether the layout root group’s padding settings (Base |
Restore |
Gets or sets whether the layout root group’s spacing settings (Base |
Restore |
Gets or sets whether tabbed groups’ padding settings (Base |
Restore |
Gets or sets whether tabbed groups’ spacing settings (Base |
Restore |
Gets or sets whether values of the Text |
Store |
Gets or sets whether the control’s appearance settings are stored (restored) when the layout is saved to (loaded from) storage. |
Store |
Gets or sets whether “enabled” states of layout items are stored (restored) when the layout is saved to (loaded from) storage. |
Store |
Gets or sets whether print settings are stored (restored) when the layout is saved to (loaded from) storage. |
Store |
Gets or sets whether padding, margin, and distance settings are stored (restored) when the layout is saved to (loaded from) storage. |
Store |
Gets or sets whether captions of layout items and groups are stored (restored) when the layout is saved to (loaded from) storage. |
See Also