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.v24.2.dll
Declaration
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object HtmlImages { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Object | null | An ImageCollection or SvgImageCollection that contains images. |
See Also