Enum
DockWindowInsertOrder

Defines the possible insertion order when adding new documents.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public enum DockWindowInsertOrder

Fields

Default

Default order is chosen

Declaration

cs-api-definition
Default = 0

Field Value

DockWindowInsertOrder

InFront

The document is put in front of the opened documents. The default mode.

Declaration

cs-api-definition
InFront = 1

Field Value

DockWindowInsertOrder

ToBack

The document is put to the end of the opened documents.

Declaration

cs-api-definition
ToBack = 2

Field Value

DockWindowInsertOrder

In this article
DefinitionFieldsDefaultInFrontToBack
Not finding the help you need?
Contact Support