WPF

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

    Show / Hide Table of Contents

    Class TabGroupEventArgs

    Inheritance
    System.Object
    System.EventArgs
    TabGroupEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 - 2023 Syncfusion Inc. All Rights Reserved