Skip to main content

VerticalGridExtension.CreatePrintableObject(VerticalGridSettings, Object) Method

Enables a VerticalGrid 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(
    VerticalGridSettings settings,
    object dataObject
)

#Parameters

Name Type Description
settings VerticalGridSettings

A VerticalGridSettings object that contains VerticalGrid settings.

dataObject Object

An object representing the VerticalGrid’s data source (typically, it is passed to the VerticalGrid’s VerticalGridExtension.Bind method).

#Returns

Type Description
IBasePrintable

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

See Also