ASPxTreeListExporter.RenderControl(HtmlTextWriter) Method
Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
writer | HtmlTextWriter | The HtmlTextWriter object that receives the control content. |
Remarks
For internal use only.
See Also