ListBoxFormItem Class
Represents a list box form item.
Inheritance Hierarchy

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class ListBoxFormItem : FormItem, 
	ILabelContainer, IDataItems, IQueryTask, INotifyPropertyChanged

The ListBoxFormItem type exposes the following members.

Constructors
  NameDescription
Public methodListBoxFormItem
Initializes a new instance of the ListBoxFormItem class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the form item.
(Inherited from FormItem.)
Top
Properties
  NameDescription
Public propertyArgumentName
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.)
Public propertyDataItems
Gets the data items for the ListBox.
Public propertyDisplayName
Gets the display name of the form item.
(Overrides FormItemDisplayName.)
Public propertyFilterByInputGeometry
Gets or sets a value indicating whether the query is filtered by input geometry.
Public propertyIsValid
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.)
Public propertyIsVisible
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.)
Public propertyItem
Gets the error related to the specified property, if any.
(Inherited from FormItem.)
Public propertyItemID
Gets or sets the form item ID.
(Overrides FormItemItemID.)
Public propertyLabel
Gets or sets the LabelFormItem for this form item.
Public propertyMaxHeight
Gets or sets the maximum height of the ListBox in pixels.
Public propertyProxyUrl
Gets or sets a URL to a proxy to send the queries through.
Public propertyQueryCascadingID
Gets or sets the ID of the list-type control that will filter the query.
Public propertyQueryDisplayOutputField
Gets or sets the QueryDisplayOutputField.
Public propertyQueryLayerSource
Gets or sets the layer source of the query.
Public propertyQueryServiceUrl
Gets or sets the QueryServiceUrl.
Public propertyQueryValueOutputField
Gets or sets the QueryValueOutputField.
Public propertyQueryWhereClause
Gets or sets the QueryWhereClause.
Public propertyResult
Provide the form item result.
(Overrides FormItemResult.)
Public propertyResultType
Gets the result type of the form item.
(Overrides FormItemResultType.)
Public propertySelectedItem
Gets or sets the value of the ListBox when using single-selection.
Public propertySelectedItems
Gets or sets the list that contains the selected items.
Public propertySelectedValues
Gets or sets the values of the items that should be selected by default for this form item.
Public propertySelectionMode
Gets or sets the selection behavior for the ListBox control.
Public propertySize
Gets or sets the size (number of rows) of the list box. A value less than one is unset.
Public propertySupportsCascadingTarget
Gets a value indicating whether this form item supports being the target of a cascading query.
Public propertySupportsValueField
Gets a value indicating whether this form item supports the use of a value field in the query.
Public propertyToken
Gets or sets a token (a high longevity token) to access a secure ArcGIS task.
Public propertyToolTip
Gets or sets the tooltip of this form item.
(Inherited from FormItem.)
Public propertyValidationItems
Gets the collection of validation items.
(Inherited from FormItem.)
Top
See Also