Class TabItemState
Inheritance
System.Object
TabItemState
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TabItemState : Object
Constructors
TabItemState()
Initializes a new instance of the TabItemState class.
Declaration
public TabItemState()
TabItemState(String, String, Int32)
Instantiates a new instance of TabItemState
Declaration
public TabItemState(string caption, string originalOption, int originalindex)
Parameters
Type | Name | Description |
---|---|---|
System.String | caption | |
System.String | originalOption | |
System.Int32 | originalindex |
Properties
Caption
Ribbontab caption
Declaration
public string Caption { get; set; }
Property Value
Type |
---|
System.String |
OriginalCaption
Gets or sets the original caption.
Declaration
public string OriginalCaption { get; set; }
Property Value
Type |
---|
System.String |
OriginalIndex
Gets or sets the Original index of tab item
Declaration
public int OriginalIndex { get; set; }
Property Value
Type |
---|
System.Int32 |