[]
        
(Showing Draft Content)

C1.Win.TreeView.BindingInfo.ParentKeyField

ParentKeyField Property

ParentKeyField

Gets or sets a value representing the data source field identifying the parent record in this data source.

Declaration
public string ParentKeyField { 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.ParentKeyField = "First\\Second\\etc";