TechTalk Genome v4.2

GenomeReferenceField.NotAnObjectErrorMessage Property

Gets or sets the error message that is displayed when a user attempts to select the NOA item in the list.

[WebExtensionDescription(Description="GenomeReferenceField_NotAnObjectErrorMessage")]
[DefaultValue(Value="Please select")]
public string NotAnObjectErrorMessage {get; set;}

Property Value

A string representing the error message when a user attempts to select the NOA item in the list

Remarks

Note that the error message is only shown if the NotAnObjectSelectable property is set to false.

The NotAnObject (NAO) list item is selected when a user does not select any valid reference value in the drop-down list. In this case, the value of the selection is NotAnObject. Please note that the NAO item does not represent the a null reference, as the a null reference is a valid reference value.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

GenomeReferenceField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace