SelectOption Constructors
The following are constructors for
SelectOption
.
SelectOption(value, label)
Creates a new instance of the
SelectOption
class using the specified value and label.
SelectOption(value, label, isDisabled)
Creates a new instance of the
SelectOption
class using the specified value, label, and disabled setting.