alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TabListContextMenuOptions

    Specifies which type of items should be visible in TabListContextMenu

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

    Fields

    Default

    By default show visible, disabled and custom tab items.

    Declaration
    public const TabListContextMenuOptions Default
    Field Value
    Type
    TabListContextMenuOptions

    None

    TabListContextMenu should be disabled

    Declaration
    public const TabListContextMenuOptions None
    Field Value
    Type
    TabListContextMenuOptions

    ShowDisabledItems

    Shows disabled tab items in TabListContextMenu

    Declaration
    public const TabListContextMenuOptions ShowDisabledItems
    Field Value
    Type
    TabListContextMenuOptions

    ShowEnabledItems

    Show enabled tab items in TabListContextMenu

    Declaration
    public const TabListContextMenuOptions ShowEnabledItems
    Field Value
    Type
    TabListContextMenuOptions

    ShowHiddenItems

    Shows hidden tab items in TabListContextMenu

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