Back to Devexpress

Top10Type Enum

officefileapi-devexpress-dot-spreadsheet-dot-top10type.md

latest2.1 KB
Original Source

Top10Type Enum

Lists criteria types used in the top ten filter.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum Top10Type
vb
Public Enum Top10Type

Members

NameDescription
None

The filter criterion is not specified.

| | Top10Items |

Shows values that fall in the top N bracket, where N is defined by the AutoFilterColumn.Top10Value property.

| | Top10Percent |

Shows values that fall in the top N percent of the specified column values, where N is defined by the AutoFilterColumn.Top10Value property.

| | Bottom10Items |

Shows values that fall in the bottom N bracket, where N is defined by the AutoFilterColumn.Top10Value property.

| | Bottom10Percent |

Shows values that fall in the bottom N percent of the specified column values, where N is defined by the AutoFilterColumn.Top10Value property.

|

The following properties accept/return Top10Type values:

Remarks

The Top10Type enumeration member is passed to the AutoFilterColumn.ApplyTop10Filter method. Subsequently, it is the value of the AutoFilterColumn.Top10Type property.

See Also

DevExpress.Spreadsheet Namespace