ListFormWebPart.ItemContext Property
Gets or sets the SPContext of the item used for form rendering.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property ItemContext As SPContext
Get
Set
'Usage
Dim instance As ListFormWebPart
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
An object that represents the SPContext of the item.