ContextSelector<T>.CurrentItem Property
Gets the current item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property CurrentItem As T
Get
'Usage
Dim instance As ContextSelector
Dim value As T
value = instance.CurrentItem
public T CurrentItem { get; }
Property Value
Type: T
An object of generic type.