menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TabListContextMenuOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TabListContextMenuOptions

    Specifies which type of items should be visible in TabListContextMenu

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    [Flags]
    public enum TabListContextMenuOptions

    Fields

    Name Description
    Default

    By default show visible, disabled and custom tab items.

    None

    TabListContextMenu should be disabled

    ShowDisabledItems

    Shows disabled tab items in TabListContextMenu

    ShowEnabledItems

    Show enabled tab items in TabListContextMenu

    ShowHiddenItems

    Shows hidden tab items in TabListContextMenu

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved