Skip to main content
A newer version of this page is available. .

ExcelFormatExportOptions.FilterState Property

OBSOLETE

This property is obsolete now. Instead use the ExportFilters/DashboardStatePosition properties exposed by the DashboardExcelExportOptions class. 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

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

Declaration

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

Property Value

Type Default Description
ExcelExportFilterState **None**

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

Available values:

Name Description
None

The filter state is not included in the exported document.

Below

The filter state is placed below in the exported document.

SeparateSheet

The filter state is placed on a separate sheet in the exported workbook.

See Also