TechTalk Genome v4.2

GenomeReferenceField Properties

The properties of the GenomeReferenceField class are listed below. For a complete list of GenomeReferenceField class members, see the GenomeReferenceField Members topic.

Public Instance Properties

AccessibleHeaderText (inherited from DataControlField)Gets or sets text that is rendered as the AbbreviatedText property value in some controls.
AllowNullReferenceGets or sets a value indicating whether the field allows the null reference value in the drop-down list.
ApplyFormatInEditMode This member is not supported by the GenomeReferenceField.
ControlStyle (inherited from DataControlField)Gets or sets the style of any Web server controls contained by the DataControlField object.
ConvertEmptyStringToNull This member is not supported by the GenomeReferenceField.
DataDomainRole Gets or sets the data domain role of the persistent objects that are bound to the data-bound control.
DataField (inherited from BoundField)Gets or sets the name of the data field to bind to the BoundField object.
DataFormatString This member is not supported by the GenomeReferenceField.
DataTextField Gets or sets the field of the data source that provides the text content of the list items.
DataValueField Gets or sets the field of the data source that provides the value of each list item.
FieldTypeName Gets or sets the name of the type that is returned by the persistent reference property that is bound to the field.
FooterStyle (inherited from DataControlField)Gets or sets the style of the footer of the data control field.
FooterText (inherited from DataControlField)Gets or sets the text that is displayed in the footer item of a data control field.
HeaderImageUrl (inherited from DataControlField)Gets or sets the URL of an image that is displayed in the header item of a data control field.
HeaderStyle (inherited from DataControlField)Gets or sets the style of the header of the data control field.
HeaderText (inherited from BoundField)Gets or sets the text that is displayed in the header of a data control.
HtmlEncode This member is not supported by the GenomeReferenceField.
HtmlEncodeFormatString (inherited from BoundField)
InsertVisible (inherited from DataControlField)Gets a value indicating whether the DataControlField object is visible when its parent data-bound control is in insert mode.
ItemStyle (inherited from DataControlField)Gets the style of any text-based content displayed by a data control field.
ListDataSourceID Gets or sets the ID of the external data source that will be used as data source of the drop-down list.
ListSortExpression Gets or sets the sort expression that will be applied to the data source of the drop-down list.
NotAnObjectDisplayText Gets or sets the display content of the NAO list item.
NotAnObjectErrorMessage Gets or sets the error message that is displayed when a user attempts to select the NOA item in the list.
NotAnObjectSelectable Gets or sets a value indicating whether the NOA list item is a valid selection in the drop-down list.
NullDisplayText (inherited from BoundField)Gets or sets the caption displayed for a field when the field's value is null.
ReadOnly (inherited from BoundField)Gets or sets a value indicating whether the value of the field can be modified in edit mode.
ShowHeader (inherited from DataControlField)Gets or sets a value indicating whether the header item of a data control field is rendered.
SortExpression (inherited from DataControlField)Gets or sets a sort expression that is used by a data source control to sort data.
ValidationGroupGets or sets the name of the validation group to which the validation of this field belongs.
Visible (inherited from DataControlField)Gets or sets a value indicating whether a data control field is rendered.

Protected Instance Properties

Control (inherited from DataControlField)Gets a reference to the data control that the DataControlField object is associated with.
DesignMode (inherited from DataControlField)Gets a value indicating whether a data control field is currently viewed in a design-time environment.
IsTrackingViewState (inherited from DataControlField)Gets a value indicating whether the DataControlField object is saving changes to its view state.
SupportsHtmlEncode Gets a value that indicates whether HTML encoding is supported by the field.
ViewState (inherited from DataControlField)Gets a dictionary of state information that allows you to save and restore the view state of a DataControlField object across multiple requests for the same page.

See Also

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