Enum DocumentCloseActivation
Defines which document should be activated upon closing active document.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum DocumentCloseActivation
Default
The document manager chooses the default action. Typically this will activate the first tab in the strip.
FirstInZOrder
Activates the last active document in the z-order. Typically this is the document, activated before the closed active one.