Skip to main content
All docs
V25.1
  • ToolTipControllerShowEventArgs.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.Utils

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public object HtmlImages { get; set; }

    Property Value

    Type Description
    Object

    An ImageCollection or SvgImageCollection that contains images.

    See Also