Geocortex Essentials WPF API Reference for Workflow
Geocortex.Forms.Client.Items Namespace |

Class | Description | |
---|---|---|
![]() |
AutoCompleteBoxFormItem |
Represents an auto complete form item.
|
![]() |
CheckBoxFormItem |
Represents a CheckBox form item.
|
![]() |
ComboBoxFormItem |
Represents a ComboBox form item.
|
![]() |
ContainerFormItem |
Represents a container "Group" of FormItems.
|
![]() |
DatePickerFormItem |
Represents a date picker form item.
|
![]() |
FilePickerFormItem |
Represents a file picker form item.
|
![]() |
FormItem |
Form item base class.
|
![]() |
FormItemCollection |
Collection of FormItem.
|
![]() |
GroupBoxFormItem |
Represents a group box form item.
|
![]() |
HyperlinkFormItem |
Represents a Hyperlink form item.
|
![]() |
ImageFormItem |
Represents a Image form item.
|
![]() |
LabelFormItem |
Represents a Label form item.
|
![]() |
ListBoxFormItem |
Represents a list box form item.
|
![]() |
MarkdownFormItem |
Represents a Markdown form item.
|
![]() |
RadioButtonFormItem |
Represents a radio button form item.
|
![]() |
TextAreaFormItem |
Represents a text area form item.
|
![]() |
TextBoxFormItem |
Represents a text box form item.
|
![]() |
TimePickerFormItem |
Represents a TimePicker form item.
|

Interface | Description | |
---|---|---|
![]() |
IDataItems |
Interface for FormItem that contain a collection of DataItem such as ComboBoxFormItem.
|
![]() |
IFormItem |
Form item interface.
|
![]() |
ILabelContainer |
Interface for classes that contain a LabelFormItem
|
![]() |
IQueryTask |
Interface for Form Items that use a query task to get their data.
|