Skip to main content

AlertButtonClickEventArgs.ButtonName Property

Gets the name of the button that has been clicked.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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