SPField.PreviewValueTyped Property
Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data associated with the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overridable ReadOnly Property PreviewValueTyped As Object
Get
'Usage
Dim instance As SPField
Dim value As Object
value = instance.PreviewValueTyped
public virtual Object PreviewValueTyped { get; }
Property Value
Type: System.Object
An object that represents a preview value of field data.