Class MenuItemState
Save the MenuItem states
Inheritance
System.Object
MenuItemState
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class MenuItemState : Object
Constructors
MenuItemState()
Initializes a new instance of the MenuItemState class.
Declaration
public MenuItemState()
Properties
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The label. |
SynchronizedItem
Gets or sets the synchronized item.
Declaration
public string SynchronizedItem { get; set; }
Property Value
Type | Description |
---|---|
System.String | The synchronized item. |