Share via


GridColumn.FieldKey Property

Gets or sets the unique string that indentifies the grid field from which this column will retrieve data.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property FieldKey As String
    Get
    Set
'Usage
Dim instance As GridColumn
Dim value As String

value = instance.FieldKey

instance.FieldKey = value
public string FieldKey { get; set; }

Property Value

Type: System.String
A string that identifies the grid field.

See Also

Reference

GridColumn Class

GridColumn Members

Microsoft.SharePoint.JSGrid Namespace