Skip to main content
All docs
V25.1
  • AlertInfo(String, String, SvgImage) Constructor

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

    Namespace: DevExpress.XtraBars.Alerter

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public AlertInfo(
        string caption,
        string text,
        SvgImage svgImage
    )

    Parameters

    Name Type
    caption String
    text String
    svgImage SvgImage
    See Also