LayoutControl.HtmlImages Property
In This Article
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.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object HtmlImages { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An Image |
See Also