DataItem Constructor (String, Object)
Initializes a new instance of the DataItem class.

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public DataItem(
	string display,
	Object value
)

Parameters

display
Type: SystemString
The display
value
Type: SystemObject
The value
See Also