Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.