A newer version of this page is available.
Switch to the current version.
GridPrintingOptions Class
Obsolete. Contains settings that specify parameters affecting how the Grid dashboard item is printed or exported.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
[Obsolete("The GridPrintingOptions class 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 class GridPrintingOptions :
OptionsBase
<Obsolete("The GridPrintingOptions class 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 Class GridPrintingOptions
Inherits OptionsBase
Remarks
Use the DashboardPrintingOptions.GridOptions property to access options specific to printing/exporting Grid dashboard items.
Inheritance
Object
OptionsBase
GridPrintingOptions
See Also
Feedback