alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved