Skip to main content
A newer version of this page is available. .
All docs
V21.2

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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Object null

An ImageCollection or SvgImageCollection that contains images.

See Also