DataFormWebPart.ItemContext property
Gets or sets the SPContext of item used for form rendering.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property ItemContext As SPContext
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As SPContext
value = instance.ItemContext
instance.ItemContext = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public SPContext ItemContext { get; set; }
Property value
Type: Microsoft.SharePoint.SPContext
The context of the item.