Version

Type Property (TopOrBottomFilter)

Gets or sets the type of the filter.
Syntax
public TopOrBottomFilterType Type {get; set;}

Property Value

TopValues or BottomValues to filter in the top or bottom N value in the list of sorted values; TopPercentage or BottomPercentage to filter in the top or bottom N percentage of values in the list of sorted values.
Exceptions
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptionThe value assign is not defined in the TopOrBottomFilterType enumeration.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also