EnumClosePaneMode
Enum
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.
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.