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

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.Printing.v18.2.Core.dll

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