Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

AutoFilterColumn.Top10Value Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

int Top10Value { get; }

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