TreeList.OptionsHtmlTemplate Property
Contains options that are applied when you use HTML and CSS Templates to render nodes.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.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