DashboardPopupMenuShowingEventArgs Properties
Provides data for the DashboardViewer.PopupMenuShowing, IDashboardControl.PopupMenuShowing, and the DashboardDesigner.PopupMenuShowing events.
Name | Description |
---|---|
Allow | Gets or sets whether end-users can invoke a popup menu. |
Button |
Gets the type of the clicked command button. |
Dashboard |
Gets the value that identifies a popup menu location within the dashboard. |
Dashboard |
Gets the area of the dashboard item for which the event has been raised. |
Dashboard |
Gets the name of the dashboard item for which the event has been raised.
Inherited from Dashboard |
Data |
Gets the dashboard item’s client data.
Inherited from Dashboard |
Menu | Gets or sets a popup menu. |
See Also