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

Public Overridable ReadOnly Property PreviewValueTyped As Object
    Get

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