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 |