Version

SortIndicatorStyle Enumeration

Syntax
public enum SortIndicatorStyle : System.Enum 
Members
MemberDescription
DefaultThe sort indicator is rendered as a single arrow that points in the direction of the sort.
FadingSimpleUpDownArrowsThe sort indicator is rendered as two arrows without the stem, one ontop of the other. The direction of the sort determines which arrow is faded and which is fully opaque.
FadingUpDownArrowsThe sort indicator is rendered as two arrows pointing opposite of each other. The direction of the sort determines which arrow is faded and which is fully opaque.
UnsetNo style is set.
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