Back to Devexpress

AlertButtonClickEventArgs.ButtonName Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertbuttonclickeventargs-75b591b6.md

latest1.5 KB
Original Source

AlertButtonClickEventArgs.ButtonName Property

Gets the name of the button that has been clicked.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public string ButtonName { get; }
vb
Public ReadOnly Property ButtonName As String

Property Value

TypeDescription
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

Button

AlertButtonClickEventArgs Class

AlertButtonClickEventArgs Members

DevExpress.XtraBars.Alerter Namespace