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

Top10Type Enum

Lists criteria types used in the top ten filter.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum Top10Type

Members

Name Description
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.

Remarks

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

See Also