GridPrintingOptions.FitToPageWidth Property
OBSOLETE
This property is obsolete now. Use the DashboardPrintPreviewOptions.GridFitToPageWidth/DashboardPdfExportOptions.GridFitToPageWidth properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/
Gets or sets whether the size of the grid dashboard item is changed according to the width of the printed page.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[DefaultValue(true)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.GridFitToPageWidth/DashboardPdfExportOptions.GridFitToPageWidth properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public bool FitToPageWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to change the size of the grid dashboard item according to the width of the printed page; otherwise, false. |
See Also