Show / Hide Table of Contents

Class ComboBoxFormInput

A user interface that displays a list of values in a drop-down.

Inheritance
System.Object
FormInput
ComboBoxFormInput
FormInput.UnknownJson
FormInput.UnsupportedJson
FormInput.ToJson()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ComboBoxFormInput : FormInput
Remarks

The input allows the user to enter text to filter the values displayed in the list. Only one value can be selected at a time. Combo box options are derived from the available coded values for the associated field in the table.

Properties

Name Description
CodedValues

Gets the list of possible values for the input.

NoValueLabel

Gets the text used to represent a null value.

NoValueOption

Gets the value indicating whether to show the null value option.

Applies to

TargetVersions
.NET Standard 2.0200.4 - 200.8
.NET200.4 - 200.8
.NET Windows200.4 - 200.8
.NET Android200.4 - 200.8
.NET iOS200.4 - 200.8
.NET Framework200.4 - 200.8
UWP200.4 - 200.8
In This Article
Back to top Copyright © 2022 Esri.