Version

IsPercent Property

Returns or sets a boolean value indicating whether the Rank is determined by a percentage value.
Syntax
public bool IsPercent {get; set;}
Remarks

By default, this condition evaluates cell values against the value of the Rank property, with the rank representing an explicit numeric value. Set this property to true to identify the rank as a percentage.

If the IsPercent property is set to true, this property supports only values between 1 and 100, inclusively.

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