Version

Value Property (TopOrBottomFilter)

Gets or sets the number or percentage of value of values which should be filtered in.
Syntax
public int Value {get; set;}

Property Value

The number or percentage of items which should be filtered in.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value assigned is less than 1 or greater than 500.
Remarks

When Type is TopValues or BottomValues, Value indicates the number of value which should be filtered in. When Type is TopPercentage or BottomPercentage, Value indicates percentage to filter in. For example, a Value of 15 and a Type of BottomPercentage will filter in the bottom 15 percent of values.

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