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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfChromelessWindow.Wpf.dll
    Syntax
    public static class TabControlCommands

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved