Skip to main content

DataGridPrintStyle.CopyFrom(DataGridPrintStyle) Method

Duplicates the properties of the specified 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(
    DataGridPrintStyle printStyle
)

Parameters

Name Type Description
printStyle DataGridPrintStyle

A DataGridPrintStyle object whose properties are to be copied.

See Also