Class CloseTabsMode
Specifies whether the CloseTabsMode is used to specify the behavior during tabs closing is CloseAll or CloseActive.
Inheritance
System.Object
CloseTabsMode
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class CloseTabsMode : Enum
Fields
CloseActive
Close only the active tab in the tabbed host.
Declaration
public const CloseTabsMode CloseActive
Field Value
Type |
---|
CloseTabsMode |
CloseAll
Close all tabs in tabbed host.
Declaration
public const CloseTabsMode CloseAll
Field Value
Type |
---|
CloseTabsMode |