Back to Devexpress

AutoFilterColumn.Top10Value Property

officefileapi-devexpress-dot-spreadsheet-dot-autofiltercolumn-dot-top10value.md

latest1.4 KB
Original Source

AutoFilterColumn.Top10Value Property

Returns the filter value of the "Top 10" filter applied to a column.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int Top10Value { get; }
vb
ReadOnly Property Top10Value As Integer

Property Value

TypeDescription
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

Top10Type

AutoFilterColumn Interface

AutoFilterColumn Members

DevExpress.Spreadsheet Namespace