AlertButton(Image) Constructor
Initializes a new instance of the AlertButton class with the specified image.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.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 AlertButton.Image property. |
See Also