[]
Gets or sets the list of fields to be used for binding with checkboxes depending on the level of the node.
public string CheckedFieldName { 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.CheckedFieldName = "First\\Second\\etc";