Skip to main content

XlTop10Filter.Value Property

Gets or sets a top or bottom value to use as the filter criteria.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public double Value { get; set; }

Property Value

Type Description
Double

A Double value that is a number or percentage of column items to display. For example, "Filter by Top 5 Items" or "Filter by Top 10 Percent".

Remarks

If the Value property’s value is less than 1 or greater than 500, a System.ArgumentOutOfRangeException is thrown.

See Also