Skip to main content
A newer version of this page is available. .

AlertButton(Image) Constructor

Initializes a new instance of the AlertButton class with the specified image.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public AlertButton(
    Image image
)

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