ExcelExportOptions.FilterState Property
OBSOLETE
This property is obsolete now. Use the DashboardExcelExportOptions.FilterState property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/
Gets or sets the filter state’s location on the exported document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Obsolete("This property is obsolete now. Use the DashboardExcelExportOptions.FilterState property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public ExcelExportFilterState FilterState { get; set; }
Property Value
Type | Description |
---|---|
ExcelExportFilterState | A string value returned by the ExcelExportFilterState class that specifies the filter state’s location on the exported document. |
See Also