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