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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataGrid | DataGrid | A DataGrid object whose print style settings are to be copied. |
See Also