AlertButtonClickEventArgs.ButtonName Property
Gets the name of the button that has been clicked.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string that specifies the clicked button’s name. |
Remarks
Use the ButtonName property to identify the button that has been clicked.
To get the settings of the button that has been clicked, use the AlertButtonClickEventArgs.Button property.
See Also