Back to Devexpress

TileControl.HtmlImages Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-537a17d5.md

latest1.5 KB
Original Source

TileControl.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.XtraEditors

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

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace