PopupMenuShowingEventArgs Properties
Contains data for the GridView.PopupMenuShowing event.Name | Description |
---|---|
Allow | Gets or sets whether to display the context menu. Inherited from BasePopupMenuShowingEventArgs. |
HitInfo | Gets an object that identifies a clicked element. |
Menu | Gets or sets the popup menu that is about to be displayed. |
MenuType | 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 BasePopupMenuShowingEventArgs. |
ScreenPoint | Gets coordinates of the invoked context menu (top-left corner) relative to the screen. Inherited from BasePopupMenuShowingEventArgs. |
See Also