menu

WPF

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

    Show / Hide Table of Contents

    Class MenuPopupEventArgs

    Represents the MenuPopupEventArgs class

    Inheritance
    System.Object
    MenuPopupEventArgs
    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public class MenuPopupEventArgs : CancelEventArgs

    Constructors

    MenuPopupEventArgs(PropertyItem)

    Represents the MenuPopupEvent constructor

    Declaration
    public MenuPopupEventArgs(PropertyItem item)
    Parameters
    Type Name Description
    PropertyItem item

    Properties

    PropertyItem

    Get and set the Property

    Declaration
    public PropertyItem PropertyItem { get; set; }
    Property Value
    Type
    PropertyItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved