Geocortex Essentials WPF API Reference for Workflow
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
The ListBoxFormItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListBoxFormItem |
Initializes a new instance of the ListBoxFormItem class.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the form item.
(Inherited from FormItem.) |
Properties
Name | Description | |
---|---|---|
ArgumentName |
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.) | |
DataItems |
Gets the data items for the ListBox.
| |
DisplayName |
Gets the display name of the form item.
(Overrides FormItemDisplayName.) | |
FilterByInputGeometry |
Gets or sets a value indicating whether the query is filtered by input geometry.
| |
IsValid |
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.) | |
IsVisible |
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.) | |
Item |
Gets the error related to the specified property, if any.
(Inherited from FormItem.) | |
ItemID |
Gets or sets the form item ID.
(Overrides FormItemItemID.) | |
Label |
Gets or sets the LabelFormItem for this form item.
| |
MaxHeight |
Gets or sets the maximum height of the ListBox in pixels.
| |
ProxyUrl |
Gets or sets a URL to a proxy to send the queries through.
| |
QueryCascadingID |
Gets or sets the ID of the list-type control that will filter the query.
| |
QueryDisplayOutputField |
Gets or sets the QueryDisplayOutputField.
| |
QueryLayerSource |
Gets or sets the layer source of the query.
| |
QueryServiceUrl |
Gets or sets the QueryServiceUrl.
| |
QueryValueOutputField |
Gets or sets the QueryValueOutputField.
| |
QueryWhereClause |
Gets or sets the QueryWhereClause.
| |
Result |
Provide the form item result.
(Overrides FormItemResult.) | |
ResultType |
Gets the result type of the form item.
(Overrides FormItemResultType.) | |
SelectedItem |
Gets or sets the value of the ListBox when using single-selection.
| |
SelectedItems |
Gets or sets the list that contains the selected items.
| |
SelectedValues |
Gets or sets the values of the items that should be selected by default for this form item.
| |
SelectionMode |
Gets or sets the selection behavior for the ListBox control.
| |
Size |
Gets or sets the size (number of rows) of the list box. A value less than one is unset.
| |
SupportsCascadingTarget |
Gets a value indicating whether this form item supports being the target of a cascading query.
| |
SupportsValueField |
Gets a value indicating whether this form item supports the use of a value field in the query.
| |
Token |
Gets or sets a token (a high longevity token) to access a secure ArcGIS task.
| |
ToolTip |
Gets or sets the tooltip of this form item.
(Inherited from FormItem.) | |
ValidationItems |
Gets the collection of validation items.
(Inherited from FormItem.) |
See Also