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