Enum DockWindowCloseAction
Defines the possible actions to be taken when a CloseWindow(DockWindow) request is made.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum DockWindowCloseAction
Close
The associated DockWindow is unregistered and removed from its current parent.
CloseAndDispose
The associated DockWindow is unregistered, removed from its current parent and explicitly disposed.
Hide
The associated DockWindow is removed from its current parent but kept as registered with its owning RadDock. A hidden window may be later on displayed again at its previous state.