Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AlertButtonStyle Enum

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v24.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