Skip to main content
All docs
V18.2

PieExportOptions.AutoArrangeContent Property

OBSOLETE

The PieExportOptions.AutoArrangeContent property is obsolete now. Use the PieAutoArrangeContent 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 PieExportOptions.AutoArrangeContent property is obsolete now. Use the DashboardPdfExportOptions.PieAutoArrangeContent 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