alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class AutoHideTabsMode

    Specifies whether the AutoHideTabsMode is AutoHideGroup or AutoHideActive which used to specify the behavior during auto hide tabs.

    Inheritance
    System.Object
    AutoHideTabsMode
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class AutoHideTabsMode : Enum

    Fields

    AutoHideActive

    Auto hide only active tab in tabbed host.

    Declaration
    public const AutoHideTabsMode AutoHideActive
    Field Value
    Type
    AutoHideTabsMode

    AutoHideGroup

    AutoHide all tabs in tabbed host.

    Declaration
    public const AutoHideTabsMode AutoHideGroup
    Field Value
    Type
    AutoHideTabsMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved