Skip to main content

ExcelExportFilterState Enum

In This Article

Lists values that specify the filter state’s location in the exported Excel file.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum ExcelExportFilterState

#Members

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