FieldChoice.EditFormat Property
Determines whether to display the choice field as option buttons (also known as “radio buttons”) or as a drop-down list.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property EditFormat As ChoiceFormatType
Get
Set
'Usage
Dim instance As FieldChoice
Dim value As ChoiceFormatType
value = instance.EditFormat
instance.EditFormat = value
[RemoteAttribute]
public ChoiceFormatType EditFormat { get; set; }
Property Value
Type: Microsoft.SharePoint.Client.ChoiceFormatType
A value that specifies the type of format.