Back to Devexpress

XtraTabControl.HtmlImages Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-dc8dee94.md

latest1.5 KB
Original Source

XtraTabControl.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.XtraTab

Assembly : DevExpress.XtraEditors.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

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace