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 |