windowsforms-devexpress-dot-xtrabars-dot-alerter-fbbba7a9.md
Contains values that specify the style of custom buttons in alert windows.
Namespace : DevExpress.XtraBars.Alerter
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum AlertButtonStyle
Public Enum AlertButtonStyle
| Name | Description |
|---|---|
Button |
A button functions as a regular button, producing the AlertControl.ButtonClick event when clicked.
|
| CheckButton |
A button functions as a check button, producing the AlertControl.ButtonDownChanged event when its pressed state is changed.
|
The following properties accept/return AlertButtonStyle values:
Custom buttons in alert windows can function as regular or check buttons. Unlike a regular button, a check button has the pressed and depressed states. Use the AlertButton.Style property to make a regular button act as a check button.
See Also