In This Article

DockingWindowDeserializationBehavior Enum

Specifies the various behaviors available when deserializing a DockingWindow.

public enum DockingWindowDeserializationBehavior

Fields

Name Description
AutoCreate

Indicates that the DockingWindow will be auto-created, if possible, before restoring the layout data.

Discard

Indicates that the layout data will be discarded if the associated DockingWindow does not exist.

LazyLoad

Indicates that the layout data will be stored by the DockSite and will be restored when the associated DockingWindow is registered.