Skip to main content
A newer version of this page is available. .

DashboardPopupMenuShowingEventArgs.ButtonType Property

Gets the type of the clicked command button.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public DashboardButtonType ButtonType { get; }

Property Value

Type Description
DashboardButtonType

A DashboardButtonType enumeration value that is the type of the command button.

See Also