Skip to main content
All docs
V24.2

ExcelExportFilterState Class

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

#Declaration

TypeScript
declare class ExcelExportFilterState

#Remarks

Values listed in this enumeration are used to set the ExcelExportOptions.FilterState property.

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

#Properties

#below Property

The filter state is placed below in the exported document.

#Declaration

TypeScript
static readonly below: string

#Property Value

Type
string

#none Property

The filter state is not included in the exported document.

#Declaration

TypeScript
static readonly none: string

#Property Value

Type
string

#separatePage Property

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

#Declaration

TypeScript
static readonly separatePage: string

#Property Value

Type
string