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

DataGridPrintStyle(DataGridPrintStyle) Constructor

Initializes a new instance of the DataGridPrintStyle class with the specified source print style.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public DataGridPrintStyle(
    DataGridPrintStyle printStyle
)

Parameters

Name Type Description
printStyle DataGridPrintStyle

A DataGridPrintStyle object whose properties are to be copied.

See Also