Skip to main content
All docs
V18.2

CardExportOptions.AutoArrangeContent Property

OBSOLETE

The CardExportOptions.AutoArrangeContent property is obsolete now. Use the CardAutoArrangeContent property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets whether dashboard item elements are arranged automatically on the exported page.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("The CardExportOptions.AutoArrangeContent property is obsolete now. Use the DashboardPdfExportOptions.CardAutoArrangeContent property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public bool AutoArrangeContent { get; set; }

Property Value

Type Description
Boolean

true, to arrange dashboard item elements automatically on the exported page; otherwise, false.

See Also