Skip to main content

XlTop10Filter.FilterValue Property

Gets or sets the actual cell value which is used to perform the comparison for the current filter.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public double FilterValue { get; set; }

Property Value

Type Description
Double

A Double value.

Remarks

If you use the Top 10 filter, you need to specify a filter value, based on which to perform the comparison for this filter.

If you filter for the top items, all column values that are greater than or equal to the specified filter value are displayed. In a similar manner, if you filter for the bottom items, all values that are less than or equal to the specified filter value are shown.

See Also