Enum DockWindowInsertOrder
Defines the possible insertion order when adding new documents.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum DockWindowInsertOrder
Default
Default order is chosen
InFront
The document is put in front of the opened documents. The default mode.
ToBack
The document is put to the end of the opened documents.