AutoFilterColumn.Top10Value Property
Returns the filter value of the "Top 10" filter applied to a column.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | A positive integer that is a number or percentage of the rank value. |
Remarks
The Top10Value property gets its value from the second parameter of the AutoFilterColumn.ApplyTop10Filter method
See Also