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

AlertButtonClickEventArgs.ButtonName Property

Gets the name of the button that has been clicked.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public string ButtonName { get; }

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