Skip to main content
All docs
V23.2

AccordionControl.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.Navigation

Assembly: DevExpress.XtraBars.v23.2.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.

See Also