Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.FilterState Property

OBSOLETE

This property is obsolete now. Instead use the ExportFilters/DashboardStatePosition properties exposed by the DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets the filter state’s location on the exported document.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("This property is obsolete now. Instead use the ExportFilters/DashboardStatePosition properties exposed by the DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public string FilterState { get; set; }

Property Value

Type Description
String

A string value returned by the DashboardExportFilterState class that specifies the filter state’s location on the exported document.

See Also