[]
Gets or sets a value representing the data source field identifying the parent record in this data source.
public string ParentKeyField { get; set; }
This string uses the '\' as a separator. Last field name sets the field to be used on all of the following levels.
c1TreeView.BindingInfo.ParentKeyField = "First\\Second\\etc";