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)

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.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace