ValidationItemMessage Property |
Gets or sets the message to display when a value is invalid.
Namespace: Geocortex.Forms.Client.Items.ValidationAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic string Message { get; set; }
Public Property Message As String
Get
Set
Property Value
Type:
StringThe message.
See Also