SPFieldChoice.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 that is associated with the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PreviewValueTyped As Object
Get
'Usage
Dim instance As SPFieldChoice
Dim value As Object
value = instance.PreviewValueTyped
public override Object PreviewValueTyped { get; }
Property value
Type: System.Object
An object that represents a preview value of field data.