alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TabControlCommands

    Provides a set of routed commands used by the SfTabControl for tab management operations.

    Inheritance
    System.Object
    TabControlCommands
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfChromelessWindow.Wpf.dll
    Syntax
    public static class TabControlCommands : Object

    Fields

    CloseCurrentTabItem

    Gets a routed command that closes the currently selected tab item.

    Declaration
    public static RoutedCommand CloseCurrentTabItem
    Field Value
    Type
    System.Windows.Input.RoutedCommand

    CloseTabItem

    Gets a routed command that closes a specific tab item.

    Declaration
    public static RoutedCommand CloseTabItem
    Field Value
    Type
    System.Windows.Input.RoutedCommand

    CloseTabs

    Gets a routed command that closes all tabs except the pinned ones.

    Declaration
    public static RoutedCommand CloseTabs
    Field Value
    Type
    System.Windows.Input.RoutedCommand

    MoveToExistingWindow

    Gets a routed command that moves the currently selected tab item to an existing window.

    Declaration
    public static RoutedCommand MoveToExistingWindow
    Field Value
    Type
    System.Windows.Input.RoutedCommand

    MoveToNewWindow

    Gets a routed command that moves the currently selected tab item to a new window.

    Declaration
    public static RoutedCommand MoveToNewWindow
    Field Value
    Type
    System.Windows.Input.RoutedCommand

    OpenContextMenu

    Gets a routed command that opens a context menu for tab operations.

    Declaration
    public static RoutedCommand OpenContextMenu
    Field Value
    Type
    System.Windows.Input.RoutedCommand

    PinTabItem

    Gets a routed command that pins or unpins a tab item in the tab control.

    Declaration
    public static RoutedCommand PinTabItem
    Field Value
    Type
    System.Windows.Input.RoutedCommand

    ToggleTabArrangement

    Gets a routed command that toggles the tab arrangement between vertical and horizontal layouts.

    Declaration
    public static RoutedCommand ToggleTabArrangement
    Field Value
    Type
    System.Windows.Input.RoutedCommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved