Skip to main content

DashboardPrintingOptions.GridOptions Property

OBSOLETE

The DashboardPrintingOptions.GridOptions property is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Provides access to options specific to printing a grid dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
[Obsolete("The DashboardPrintingOptions.GridOptions property is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public GridPrintingOptions GridOptions { get; }

Property Value

Type Description
GridPrintingOptions

A GridPrintingOptions object containing settings that specify parameters affecting how the grid dashboard item is printed.

Remarks

The GridOptions property settings are not in effect when the entire content of the dashboard is printed.

See Also