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