TreeList.OptionsHtmlTemplate Property
In This Article
Contains options that are applied when you use HTML and CSS Templates to render nodes.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsHtmlTemplate OptionsHtmlTemplate { get; }
#Property Value
Type | Description |
---|---|
Tree |
An object with options that are applied when you use HTML and CSS templates to render nodes. |
See Also