Gets the error related to the specified property, if any.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic string this[
string columnName
] { get; }
Public ReadOnly Default Property Item (
columnName As String
) As String
Get
Parameters
- columnName
- Type: SystemString
Name of the property.
Return Value
Type:
StringThe error message.
Implements
IDataErrorInfoItemString
RemarksThis property is used by the Form Builder. Do not use directly.
See Also