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)

Syntax

'Declaration
Public Property FillInChoice As Boolean
    Get
    Set
'Usage
Dim instance As SPFieldMultiChoice
Dim value As Boolean

value = instance.FillInChoice

instance.FillInChoice = value
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