menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MenuItemState - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MenuItemState

    Save the MenuItem states

    Inheritance
    System.Object
    MenuItemState
    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 MenuItemState

    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

    true if this instance is selected; otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved