Skip to main content

DataGridPrintStyle.CopyFrom(DataGrid) Method

Duplicates the properties of the specified data grid’s print style into the current DataGridPrintStyle instance.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void CopyFrom(
    DataGrid dataGrid
)

Parameters

Name Type Description
dataGrid DataGrid

A DataGrid object whose print style settings are to be copied.

See Also