Skip to main content
A newer version of this page is available. .

TreeListExtension.CreatePrintableObject(TreeListSettings) Method

Enables a TreeList to be printed using the XtraPrinting Library.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public static IPrintable CreatePrintableObject(
    TreeListSettings settings
)

Parameters

Name Type Description
settings TreeListSettings

A TreeListExtension object that contains TreeList settings.

Returns

Type Description
IPrintable

An object supporting the IPrintable interface that defines methods that enable the TreeList to be printed.

See Also