Back to Devexpress

TreeList.OptionsHtmlTemplate Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-5f3f2f2e.md

latest1.6 KB
Original Source

TreeList.OptionsHtmlTemplate Property

Contains options that are applied when you use HTML and CSS Templates to render nodes.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsHtmlTemplate OptionsHtmlTemplate { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsHtmlTemplate As TreeListOptionsHtmlTemplate

Property Value

TypeDescription
TreeListOptionsHtmlTemplate

An object with options that are applied when you use HTML and CSS templates to render nodes.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace