Partager via


SPFieldChoice.EditFormat - Propriété

Détermine s'il faut afficher le champ de choix sous forme de boutons radio ou sous la forme d'une liste déroulante.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property EditFormat As SPChoiceFormatType
    Get
    Set
'Utilisation
Dim instance As SPFieldChoice
Dim value As SPChoiceFormatType

value = instance.EditFormat

instance.EditFormat = value
public SPChoiceFormatType EditFormat { get; set; }

Valeur de propriété

Type : Microsoft.SharePoint.SPChoiceFormatType
Une valeur SPChoiceFormatType qui spécifie le type de format.

Remarques

Si vous définissez la propriété EditFormat , vous devez appeler la méthode Update pour que les modifications soient prises en compte dans la base de données.

Voir aussi

Référence

SPFieldChoice classe

SPFieldChoice - Membres

Microsoft.SharePoint - Espace de noms