Skip to main content
All docs
V23.2

TreeList.OptionsHtmlTemplate Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsHtmlTemplate OptionsHtmlTemplate { get; }

Property Value

Type Description
TreeListOptionsHtmlTemplate

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

See Also