AlertButton(Image, AlertButtonStyle) Constructor
Initializes a new instance of the AlertButton class with the specified image and button style.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| image | Image | A Image object that specifies the image to be displayed in a button. This value is assigned to the |
| style | AlertButtonStyle | An AlertButtonStyle value that specifies the button style. This value is assigned to the AlertButton.Style property. |
See Also