TreeListExtension.ExportToRtf(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod) Method
In This Article
Exports the TreeList, which operates in virtual mode, to RTF, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ActionResult ExportToRtf(
TreeListSettings settings,
TreeListVirtualModeCreateChildrenMethod createChildrenMethod,
TreeListVirtualModeNodeCreatingMethod nodeCreatingMethod
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
A Tree |
create |
Tree |
A delegate method of the Tree |
node |
Tree |
A delegate method of the Tree |
#Returns
Type | Description |
---|---|
Action |
A Action |
See Also