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.

See Also

Reference

BaseGridColumn Class

BaseGridColumn Members

Microsoft.SharePoint.JSGrid Namespace