SPFieldMultiChoice.FillInChoice Property

Gets or sets a Boolean value that determines whether a text box for typing an alternative value is provided for the multichoice field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property FillInChoice As Boolean
    Get
    Set
'Usage
Dim instance As SPFieldMultiChoice
Dim value As Boolean

value = instance.FillInChoice

instance.FillInChoice = value
[ClientCallableAttribute]
public bool FillInChoice { get; set; }

Property Value

Type: System.Boolean
true if a text box is provided; otherwise, false.

Remarks

Setting the DisplayFormat property requires that the Update method be called for changes to take effect in the database.

See Also

Reference

SPFieldMultiChoice Class

SPFieldMultiChoice Members

Microsoft.SharePoint Namespace