Skip to main content
All docs
V25.1
  • AlertControl.HtmlImages Property

    Gets or sets a collection of images that you can embed into captions/messages/tooltips in the control using the image HTML-inspired tag.

    Namespace: DevExpress.XtraBars.Alerter

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(null)]
    [DXCategory("Appearance")]
    public object HtmlImages { get; set; }

    Property Value

    Type Default Description
    Object null

    An ImageCollection or SvgImageCollection that contains images.

    The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HtmlImages property.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also