ClosePaneMode
Enum
Defines the possible ways ClosePane command is executed.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public enum ClosePaneMode
Fields
The active pane is closed, if any.
C#
ActivePanes = 2
The active document pane is closed or if there is no active, the first selected document pane is closed.
C#
DocumentPanes = 0
The active non document pane is closed, if any.
C#
NonDocumentPanes = 1