Skip to main content
All docs
V18.2

DashboardPdfExportOptions.GridFitToPageWidth Property

Gets or sets whether the size of the Grid dashboard item is changed according to the width of the exported page.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool GridFitToPageWidth { get; set; }

Property Value

Type Description
Boolean

true, to change the size of the Grid dashboard item according to the width of the exported page; otherwise, false.

See Also