Version

PinnedPositions Enumeration

Enumeration defining different positions a column can be fixed against.
Syntax
public enum PinnedPositions : System.Enum 
Members
MemberDescription
LeftThe column is pinned against the left side of the grid.
NoneThe column is not fixed.
RightThe column is pinned against the right side of the grid.
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