[]
        
(Showing Draft Content)

C1.Win.TreeView.BindingMode

BindingMode Enum

Specifies type of the bound mode.

Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public enum BindingMode

Fields

Name Description
OneWay

The bound data source will not update after tree view hierarchy change.

TwoWay

The bound data source will update after tree view hierarchy change.