[]
Gets or sets a name of a specific record set within the DataSource.
public string DataMember { 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.DataMember = "First\\Second\\etc";