Class QATItemState
Saves the QuickAccessToolBarItem state.
Inheritance
System.Object
QATItemState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class QATItemState
Constructors
QATItemState()
Instantiates a new instance of QATItemState.
Declaration
public QATItemState()
QATItemState(String, Int32)
Instantiates a new instance of QATItemState.
Declaration
public QATItemState(string label, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | label | label of the QuickAccessToolBarItem |
| System.Int32 | index | index of the QuickAccessToolBarItem |
Properties
Index
Gets or sets the index of the Syncfusion.Windows.Tools.Controls.QuickAccessToolBarItem in QuickAccessToolBar.
Declaration
public int Index { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The label. |