DataGridPrintStyle(DataGridPrintStyle) Constructor
Initializes a new instance of the DataGridPrintStyle class with specified source print style.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
public DataGridPrintStyle(
DataGridPrintStyle printStyle
)
Public Sub New(
printStyle As DataGridPrintStyle
)
Parameters
Name | Type | Description |
---|---|---|
printStyle | DataGridPrintStyle | A DataGridPrintStyle object whose properties are to be copied. |
See Also
Feedback