ValidationItemMessage Property
Gets or sets the message to display when a value is invalid.

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

Property Value

Type: String
The message.
See Also