constants HostObjectFieldEnum
The HostObjectFieldEnum type specifies the properties you can map to a field into a data-source. The DataField property associates a data field to a property of the object of the host. The HostObjectFieldEnum type supports the following values:

NameValueDescription
exItemsDataSource0 Specifies the Name of the data source to load/save the rows of the host. The DataSource(Name)/DataMember(Name) defines the data source for the Items/Columns section of the host.
exItemsID1 Specifies the name of the field from the items data source, that specifies the index/identifier of the row/item. This field should be numeric and unique. The CellValue property specifies the cell's value.
exItemsParentID2 Specifies the name of the field from the items data source, that specifies the index/identifier of the parent's row/item. The ItemParent property specifies the handle of the item's parent.
exItemsPosition3 Specifies the name of the field from the items data source, that specifies the position of the row/item. If set, this field is associated with the ItemPosition property of the Items object.
exItemsHeight4 Specifies the name of the field from the items data source, that specifies the height of the row/item. If set, this field is associated with the ItemHeight property of the Items object.
exItemsBackColor5 Specifies the name of the field from the items data source, that specifies the background color the row/item. If set, this field is associated with the ItemBackColor property of the Items object.
exItemsForeColor6 Specifies the name of the field from the items data source, that specifies the foreground color the row/item. If set, this field is associated with the ItemForeColor property of the Items object.
exTasksDataSource7 Specifies the Name of the data source to load/save the tasks of the host. The DataSource(Name)/DataMember(Name) defines the data source for the Tasks/Chart section of the host. If the DataField(exTasksDataSource) is DataField( exItemsDataSource) ( items and tasks from the same table ), only one task per item / row is allowed. 
exTasksItemID8 Specifies the name of the field from the tasks data source, that specifies the index/identifier of the row/item. This field is not required if the DataField(exTasksDataSource) is DataField( exItemsDataSource) ( items and tasks from the same table ).
exTasksStart9 Specifies the name of the field from the tasks data source, that specifies the start date-time of the task. The ItemBar(,,exBarStart) property specifies the date-start of the task.
exTasksEnd10 Specifies the name of the field from the tasks data source, that specifies the end date-time of the task. The ItemBar(,,exBarEnd) property specifies the date-end of the task.
exTasksName11 Specifies the name of the field from the tasks data source, that specifies the name of the task. The ItemBar(,,exBarName) property specifies the name of the task.
exTasksColor12 Specifies the name of the field from the tasks data source, that specifies the color of the task. The ItemBar(,,exBarColor) property specifies the color of the task.
exTasksCaption13 Specifies the name of the field from the tasks data source, that specifies the caption of the task. The ItemBar(,,exBarCaption) property specifies the caption of the task.
exTasksID14 Specifies the name of the field from the tasks data source, that specifies the unique key/identifier of bar inside the row/item. The ItemBar(,,exBarKey) property specifies the ID/Key of the task. This field should be numeric and unique. 
exLinksDataSource15 Specifies the Name of the data source to load/save the links of the host. The DataSource(Name)/DataMember(Name) defines the data source for the Links/Chart section of the host.
exLinksStart16 Specifies the name of the field from the links data source, that specifies the start of the link. This could be the identifier of the item / key where the link starts.
exLinksEnd17 Specifies the name of the field from the links data source, that specifies the end of the link. This could be the identifier of the item / key where the link ends.
exLinksColor18 Specifies the name of the field from the links data source, that specifies the color of the link. The Link(,exLinkColor) property specifies the color of the link.
exLinksCaption19 Specifies the name of the field from the links data source, that specifies the caption of the link. The Link(,exLinkText) property specifies the caption of the link.
exLinksID20 Specifies the name of the field from the links data source, that specifies the unique key/identifier of the link. This field should be numeric and unique.
exNotesDataSource21 Specifies the Name of the data source to load/save the notes of the host. The DataSource(Name)/DataMember(Name) defines the data source for the Notes collection of the host.
exNotesID22 Specifies the name of the field from the notes data source, that specifies the identifier of the note within the host. This value is equivalent with the ID parameter of the Add method of the Notes collection. The ID property of the Note object specifies the unique identifier of the note to be shown on the chart. If the associated field is of Numeric type, the host automatically prefixes the number with a "N" character, so the notes will be serialized as "N1", "N2" and so on/. The HostDef (exNewNoteID ) property defines the identifier of the new note to be created. This property is NOT automatically updated once the user creates a new note, so the user is responsible with changing this value, once a new note has been added to the chart. 
exNotesItemID23 Specifies the name of the field from the notes data source, that specifies the index/identifier of the row/item associated with the note. The Item property of the Note specifies the handle of the item associated with the note.
exNotesKey24 Specifies the name of the field from the notes data source, that specifies the object (date, bar) related to the note. The Key property of the Note specifies the date or bar to be associated with the note. The Key parameter of the Add method of the Notes collection specifies the DATE or the BAR to be related with the newly added note. 
exNotesStartCaption25 Specifies the name of the field from the notes data source, that specifies the text/caption of the start part of the note. The PartText(exNoteStart) property specifies the HTML caption being shown in the start part of the note.
exNotesEndCaption26 Specifies the name of the field from the notes data source, that specifies the text/caption of the end part of the note. The PartText(exNoteEnd) property specifies the HTML caption being shown in the end part of the note.
exNotesShowLink27 Specifies the name of the field from the notes data source, that defines the link between parts of the note. The ShowLink property retrieves or sets a value that indicates the link between parts of the note
exNotesStartCanMove28 Specifies the name of the field from the notes data source, that indicates whether the start part of the note can move. The PartCanMove(exNoteStart) property specifies whether the user can move the start part of the note.
exNotesEndCanMove29 Specifies the name of the field from the notes data source, that indicates whether the end part of the note can move. The PartCanMove(exNoteEnd) property specifies whether the user can move the end part of the note.
exNotesRelativePosition30 Specifies the name of the field from the notes data source, that defines the position of the note relative to associated object. The RelativePosition property specifies the position of the note relative to associated object
exNotesStartHOffset31 Specifies the name of the field from the notes data source, that indicates the horizontal offset to display the start part of the note. The PartHOffset(exNoteStart) property specifies the horizontal offset to display the start part of the note.
exNotesEndHOffset32 Specifies the name of the field from the notes data source, that indicates the horizontal offset to display the end part of the note. The PartHOffset(exNoteEnd) property specifies the horizontal offset to display the end part of the note.
exNotesStartVOffset33 Specifies the name of the field from the notes data source, that indicates the vertical offset to display the start part of the note. The PartVOffset(exNoteStart) property specifies the vertical offset to display the start part of the note.
exNotesEndVOffset34 Specifies the name of the field from the notes data source, that indicates the vertical offset to display the end part of the note. The PartVOffset(exNoteEnd) property specifies the vertical offset to display the end part of the note.
exNotesStartBackColor35 Specifies the name of the field from the notes data source, that defines the background color of the start part of the note. The PartBackColor(exNoteStart) property specifies the background color to show the start part of the note.
exNotesEndBackColor36 Specifies the name of the field from the notes data source, that defines the background color of the end part of the note. The PartBackColor(exNoteEnd) property specifies the background color to show the end part of the note.
exNotesStartForeColor37 Specifies the name of the field from the notes data source, that defines the foreground color of the start part of the note. The PartForeColor(exNoteStart) property specifies the foreground color to show the start part of the note.
exNotesEndForeColor38 Specifies the name of the field from the notes data source, that defines the foreground color of the end part of the note. The PartForeColor(exNoteEnd) property specifies the foreground color to show the end part of the note.
exNotesStartShadow39 Specifies the name of the field from the notes data source, that indicates whether the start part of the note shows its shadow. The PartShadow(exNoteStart) property specifies whether the start part of the note shows a shadow border.
exNotesEndShadow40 Specifies the name of the field from the notes data source, that indicates whether the end part of the note shows its shadow. The PartShadow(exNoteEnd) property specifies whether the end part of the note shows a shadow border.
exLinksStartPos41 Specifies the name of the field from the links data source, that specifies where the link starts. The Link(exLinkStartPos) property specifies the position where the link starts in the source item.
exLinksEndPos42 Specifies the name of the field from the links data source, that specifies where the link ends. The Link(exLinkEndPos) property specifies the position where the link ends in the target item.
exTasksPercent43 Specifies the name of the field from the tasks data source, that specifies the percent of the task. The ItemBar(exBarPercent) property specifies the percent from the original bar where the progress bar is displayed. This float value should be between 0 and 1 ( 1 means 100% ).
exTasksShowPercentCaption44 Specifies the name of the field from the tasks data source, that specifies whether the percent is shown on the task. The ItemBar(exBarShowPercentCaption) property specifies whether the percent is displayed as caption on the bar.
exTasksPercentCaptionFormat45 Specifies the name of the field from the tasks data source, that specifies the format to displays the percent on the task. The ItemBar(exBarPercentCaptionFormat) property specifies the HTML format to be displayed as percent.
exTasksCanResize46 Specifies the name of the field from the tasks data source, that specifies whether the task can be resized at runtime. The ItemBar(exBarCanResize) property specifies whether the bar can be resized.
exTasksCanMove47 Specifies the name of the field from the tasks data source, that specifies whether the task can be moved at runtime. The ItemBar(exBarCanMove) property specifies whether the bar can be moved.
exTasksCanMoveToAnother48 Specifies the name of the field from the tasks data source, that specifies whether the task can be moved to another item. The ItemBar(exBarCanMoveToAnother) property specifies whether the bar can be moved to another item.
exTasksPattern49 Specifies the name of the field from the tasks data source, that specifies the pattern of the task. The ItemBar(exBarPattern) property specifies bar's individual pattern