Back to Devexpress

DirectXFormBase.HtmlImages Property

windowsforms-devexpress-dot-xtraeditors-dot-directxformbase-1b98a02d.md

latest1.5 KB
Original Source

DirectXFormBase.HtmlImages Property

Gets or sets the collection of images that elements of an HTML template can use.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

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

The collection of images used by HTML template elements.

|

Remarks

The markup below creates a block with the vector “newtablestyle” image. This image is stored inside an SvgImageCollection assigned to the HtmlImages properties.

html
<div>
    
</div>

See Also

DirectXFormBase Class

DirectXFormBase Members

DevExpress.XtraEditors Namespace