Enum TabSwitchSection
Specifies whether the TabSwitSection in the DockingManager is Default, ActiveToolWindows, or ActiveFiles
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum TabSwitchSection
Fields
| Name | Description |
|---|---|
| ActiveFiles | Switches between active document or file tabs. |
| ActiveToolWindows | Switches between active tool windows. |
| Default | Uses the default tab switching logic. |