Back to Devexpress

AccordionControl.HtmlImages Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-51036758.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public object HtmlImages { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property HtmlImages As Object

Property Value

TypeDefaultDescription
Objectnull

An ImageCollection or SvgImageCollection that contains images.

|

See Also

HTML-inspired Text Formatting

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace