Freigeben über


SPFieldChoice.EditFormat-Eigenschaft

Bestimmt, ob das Auswahlfeld als Optionsfelder oder in einem Dropdown-Listenfeld angezeigt.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EditFormat As SPChoiceFormatType
    Get
    Set
'Usage
Dim instance As SPFieldChoice
Dim value As SPChoiceFormatType

value = instance.EditFormat

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

Eigenschaftswert

Typ: Microsoft.SharePoint.SPChoiceFormatType
Ein SPChoiceFormatType -Wert, der den Typ des Formats angibt.

Hinweise

Wenn Sie die EditFormat -Eigenschaft festlegen, müssen Sie die Update -Methode, damit die Änderungen wirksam werden, in der Datenbank aufrufen.

Siehe auch

Referenz

SPFieldChoice Klasse

SPFieldChoice-Member

Microsoft.SharePoint-Namespace