Back to Devexpress

NavigationPane.HtmlImages Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-39435ead.md

latest1.5 KB
Original Source

NavigationPane.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)]
public object HtmlImages { get; set; }
vb
<DefaultValue(Nothing)>
Public Property HtmlImages As Object

Property Value

TypeDefaultDescription
Objectnull

An ImageCollection or SvgImageCollection that contains images.

|

See Also

HTML-inspired Text Formatting

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace