FormItemItemID Property
Gets or sets the form item ID.

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public virtual string ItemID { get; set; }

Property Value

Type: String
Remarks
Used when referencing the form item in validation and data binding such as cascading drop down.
See Also