PopupMenuShowingEventArgs Properties
Contains data for the GridView.PopupMenuShowing event.
Name | Description |
---|---|
Allow |
Gets or sets whether to display the context menu.
Inherited from Base |
Hit |
Gets an object that identifies a clicked element. |
Menu | Gets or sets the popup menu that is about to be displayed. |
Menu |
Gets the type of the Grid View’s menu to be invoked. |
Point |
Gets or sets coordinates of the invoked context menu (top-left corner) relative to the parent control.
Inherited from Base |
Screen |
Gets coordinates of the invoked context menu (top-left corner) relative to the screen.
Inherited from Base |
See Also