TreeListExtension.CreatePrintableObject(TreeListSettings, Object) Method
In This Article
Enables a TreeList to be printed using the XtraPrinting Library.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static IBasePrintable CreatePrintableObject(
TreeListSettings settings,
object dataObject
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
A Tree |
data |
Object | An object representing the Tree |
#Returns
Type | Description |
---|---|
IBase |
An object supporting the IPrintable interface that defines methods that enable the Tree |
See Also