[]
Gets or sets a value specifying the key field of the data source bound to the tree view control.
public string KeyField { 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.KeyField = "First\\Second\\etc";