Version

ColumnUniqueKey Property (CellKey)

Gets or sets the column name associated with the cell. All columns in the grid must have a unique name. That unique name is what is used for this property.
Syntax
public string ColumnUniqueKey {get; set;}
Remarks
All columns in the grid must have a unique name. That unique name is what is used for this property.
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