Back to Devexpress

AlertButtonStyle Enum

windowsforms-devexpress-dot-xtrabars-dot-alerter-fbbba7a9.md

latest1.7 KB
Original Source

AlertButtonStyle Enum

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

Declaration

csharp
public enum AlertButtonStyle
vb
Public Enum AlertButtonStyle

Members

NameDescription
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:

Remarks

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

Style

DevExpress.XtraBars.Alerter Namespace