Back to Devexpress

TreeListExtension.CreatePrintableObject(TreeListSettings) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-treelistextension-dot-createprintableobject-x28-devexpress-dot-web-dot-mvc-dot-treelistsettings-x29.md

latest1.7 KB
Original Source

TreeListExtension.CreatePrintableObject(TreeListSettings) Method

Enables a TreeList to be printed using the XtraPrinting Library.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static IBasePrintable CreatePrintableObject(
    TreeListSettings settings
)
vb
Public Shared Function CreatePrintableObject(
    settings As TreeListSettings
) As IBasePrintable

Parameters

NameTypeDescription
settingsTreeListSettings

A TreeListExtension object that contains TreeList settings.

|

Returns

TypeDescription
IBasePrintable

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

|

See Also

Tree List

TreeListExtension Class

TreeListExtension Members

DevExpress.Web.Mvc Namespace