Geocortex Essentials WPF API Reference for Workflow
DataItem Class |
Contains a data item to display in a collection use in a ComboBox for example.

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1

The DataItem type exposes the following members.

Name | Description | |
---|---|---|
![]() | DataItem |
Initializes a new instance of the DataItem class.
|
![]() | DataItem(String, Object) |
Initializes a new instance of the DataItem class.
|

Name | Description | |
---|---|---|
![]() | Clone |
Creates a clone of the DataItem.
|
![]() | 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.) |

Name | Description | |
---|---|---|
![]() | Display |
Gets or sets the text to display in an items control.
|
![]() | TypeName |
Gets or sets the type of the runtime type name of the Value.
|
![]() | Value |
Gets or sets the value to return when the data item is selected.
|
