XlTop10Filter.Value Property
In This Article
Gets or sets a top or bottom value to use as the filter criteria.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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