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
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property EditFormat As ChoiceFormatType
Get
Set
'Usage
Dim instance As FieldChoice
Dim value As ChoiceFormatType
value = instance.EditFormat
instance.EditFormat = value
public ChoiceFormatType EditFormat { get; set; }
Property value
Type: Microsoft.SharePoint.Client.ChoiceFormatType
A value that specifies the type of format.