[]
        
(Showing Draft Content)

C1.Win.TreeView.BindingInfo.KeyField

KeyField Property

KeyField

Gets or sets a value specifying the key field of the data source bound to the tree view control.

Declaration
public string KeyField { get; set; }
Remarks

This string uses the '\' as a separator. Last field name sets the field to be used on all of the following levels.

Examples
c1TreeView.BindingInfo.KeyField = "First\\Second\\etc";