Skip to main content
All docs
V18.2

DashboardPdfExportOptions.CardAutoArrangeContent Property

Gets or sets whether cards within the Card dashboard item are arranged automatically on the exported page.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool CardAutoArrangeContent { get; set; }

Property Value

Type Description
Boolean

true, to arrange cards automatically on the exported page; otherwise, false.

See Also