[]
        
(Showing Draft Content)

C1.Win.TreeView.BindingInfo.DisabledFieldName

DisabledFieldName Property

DisabledFieldName

Gets or sets the list of fields to be used for binding with enabled properties depending on the level of the node.

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