Version

SetFirstPriority Method

Sets the Priority value for this rule such that it is the first condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated collection.
Syntax
public void SetFirstPriority()
Remarks

When multiple conditions exist in the same collection, the order in which they are evaluated has bearing on which format is applied to cells which meet those conditions.

This method ensures that the associated condition is the first one to be evaluated.

To make a condition the last one to be evaluated, use the SetLastPriority method.

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