Enum
ClosePaneMode

Defines the possible ways ClosePane command is executed.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public enum ClosePaneMode

Fields

ActivePanes

The active pane is closed, if any.

Declaration

cs-api-definition
ActivePanes = 2

Field Value

ClosePaneMode

DocumentPanes

The active document pane is closed or if there is no active, the first selected document pane is closed.

Declaration

cs-api-definition
DocumentPanes = 0

Field Value

ClosePaneMode

NonDocumentPanes

The active non document pane is closed, if any.

Declaration

cs-api-definition
NonDocumentPanes = 1

Field Value

ClosePaneMode