Class ClosePaneMode
Defines the possible ways ClosePane command is executed.
Inheritance
System.Object
ClosePaneMode
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class ClosePaneMode : Enum
Fields
ActivePanes
The active pane is closed, if any.
Declaration
public const ClosePaneMode ActivePanes
Field Value
ClosePaneMode
|
DocumentPanes
The active document pane is closed or if there is no active, the first selected document pane is closed.
Declaration
public const ClosePaneMode DocumentPanes
Field Value
ClosePaneMode
|
NonDocumentPanes
The active non document pane is closed, if any.
Declaration
public const ClosePaneMode NonDocumentPanes
Field Value
ClosePaneMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|