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
#Members
Name | Description |
---|---|
Button
|
A button functions as a regular button, producing the Alert |
Check
|
A button functions as a check button, producing the Alert |
#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.