BaseGridColumn.ColumnKey property
Gets or sets a key identifying the column.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ColumnKey As String
Get
Set
'Usage
Dim instance As BaseGridColumn
Dim value As String
value = instance.ColumnKey
instance.ColumnKey = value
public string ColumnKey { get; set; }
Property value
Type: System.String
A String identifying the column.