Skip to main content
All docs
V23.2

AlertInfo(String, String, String, SvgImage, Object, Boolean) Constructor

Initializes a new instance of the AlertInfo class with specified settings.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AlertInfo(
    string caption,
    string text,
    string hotTrackedText,
    SvgImage svgImage,
    object tag,
    bool autoCloseFormOnClick
)

Parameters

Name Type
caption String
text String
hotTrackedText String
svgImage SvgImage
tag Object
autoCloseFormOnClick Boolean
See Also