Back to Devexpress

TileNavPane.HtmlImages Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-070e0426.md

latest1.5 KB
Original Source

TileNavPane.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

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace