TechTalk Genome v4.2

GenomeReferenceField.NotAnObjectSelectable Property

Gets or sets a value indicating whether the NOA list item is a valid selection in the drop-down list.

[DefaultValue(Value="False")]
[WebExtensionDescription(Description="GenomeReferenceField_NotAnObjectSelectable")]
public bool NotAnObjectSelectable {get; set;}

Property Value

true if the NOA list item is selectable; otherwise, false. The default is false.

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