Class TabGroupEventArgs
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 |
|
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. |