DashboardPrintPreviewOptions.Assign(DashboardPrintPreviewOptions) Method
Copies settings of the specified object to the current object.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
printPreviewOptions | DashboardPrintPreviewOptions | A DashboardPrintPreviewOptions object whose settings are copied to the current object. |
See Also