Back to Devexpress

DocumentManager.HtmlImages Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-25eeb2f7.md

latest1.6 KB
Original Source

DocumentManager.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.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Objectnull

An ImageCollection or SvgImageCollection that contains images.

|

See Also

HTML-inspired Text Formatting

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace