property Items.FullPath (Item as HITEM) as String

Returns the fully qualified path of the referenced item in the ExG2antt control.

TypeDescription
Item as HITEM A long expression that indicates the handle of the item.
String A string expression that indicates the fully qualified path.

Use the FullPath property in order to get the fully qualified path of the referenced item. Use PathSeparator to change the separator used by FullPath property. Use the FindPath property to get the item's selected based on its path. The fully qualified path is the concatenation of the text in the given cell's caption property on the column SearchColumnIndex  with the CellValue property values of all its ancestors.