Gets or sets the form item ID.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic virtual string ItemID { get; set; }
Public Overridable Property ItemID As String
Get
Set
Property Value
Type:
String
RemarksUsed when referencing the form item in validation and data binding such as cascading drop down.
See Also