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

AutoFilterColumn.Top10Type Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

Top10Type Top10Type { get; }

Property Value

Type Description
Top10Type

A Top10Type enumeration member.

Remarks

The Top10Type property gets its value from the first parameter of the AutoFilterColumn.ApplyTop10Filter method

See Also