Class ResetTabInfo
Represents the class for reset the tab information of QAT.
Inheritance
System.Object
ResetTabInfo
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class ResetTabInfo : Object
Constructors
ResetTabInfo()
Declaration
public ResetTabInfo()
Properties
BarOrder
Gets or sets the order of bars within the tab.
Declaration
public int[] BarOrder { get; set; }
Property Value
| Type |
|---|
| System.Int32[] |
Index
Gets or sets the index of the tab.
Declaration
public int Index { get; set; }
Property Value
| Type |
|---|
| System.Int32 |