Class QATItemState
Saves the QuickAccessToolBarItem state.
Inheritance
System.Object
QATItemState
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class QATItemState : Object
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. |