Skip to main content

AlertButtonStyle Enum

Contains values that specify the style of custom buttons in alert windows.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum AlertButtonStyle

Members

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.

Related API Members

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