alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TabGroupEventArgs

    Provides data for tab group-related events, including information about the target item, orientation, and tab group transitions.

    Inheritance
    System.Object
    TabGroupEventArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TabGroupEventArgs : EventArgs

    Constructors

    TabGroupEventArgs()

    Declaration
    public TabGroupEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether this TabGroupEventArgs is cancel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if cancel; otherwise, false.

    CurrentTabGroup

    Gets or sets the current tab group.

    Declaration
    public DocumentTabControl CurrentTabGroup { get; set; }
    Property Value
    Type Description
    DocumentTabControl

    The CurrentTabGroup

    Orientation

    Gets or sets the Orientation.

    Declaration
    public Orientation Orientation { get; }
    Property Value
    Type Description
    System.Windows.Controls.Orientation

    The Orientation

    PreviousTabGroup

    Gets or sets the previous tab group.

    Declaration
    public DocumentTabControl PreviousTabGroup { get; set; }
    Property Value
    Type Description
    DocumentTabControl

    The PreviousTabGroup

    TargetItem

    Gets or sets the target item.

    Declaration
    public UIElement TargetItem { get; set; }
    Property Value
    Type Description
    System.Windows.UIElement

    The target item.

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