Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.02 KB

File metadata and controls

36 lines (25 loc) · 1.02 KB
title description author ms.author ms.date ms.reviewer ms.topic search.audienceType contributors
control.getOptions (Client API reference)| MicrosoftDocs
Includes description and supported parameters for the control.getOptions method.
chmoncay
chmoncay
03/12/2022
jdaly
reference
developer
JimDaly

control.getOptions (Client API reference)

Returns an array of option objects representing valid options available for a control, including a blank option and excluding any options that have been removed from the control using removeOption.

Control types supported

Choice, Choices

Syntax

formContext.getControl(arg).getOptions()

Return Value

Type: Array of option objects.

Description: The array of option objects representing valid options where each option object has the following attributes:

  • text: String. Label of the option.
  • value: Number. Enumeration value of the option.

[!INCLUDEfooter-include]