TechTalk Genome v4.2

GenomeReferenceField.NotAnObjectDisplayText Property

Gets or sets the display content of the NAO list item.

[WebExtensionDescription(Description="GenomeReferenceField_NotAnObjectDisplayText")]
[DefaultValue(Value="---")]
public string NotAnObjectDisplayText {get; set;}

Property Value

A string representing the content of the NAO list item. The default is "---".

Remarks

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