Click or drag to resize

IChoiceFieldItem Methods

The IChoiceFieldItem type exposes the following members.

Methods
  NameDescription
Public methodAddValue(String)
Adds the given choice(s) to the list of choices.
Public methodAddValue(String, Char)
Splits the value using the delimiter character and adds the unique choices to the list of choices.
Public methodClearValues
Remove all the choices in the choice list.
Public methodDeleteValue
Removes the given choice from the list of choices.
Public methodGetValues
Gets all the choices from the field.
Public methodHasValues
Checks if the field has any choices.
Top
See Also