TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / BindingInfo Class
Properties Methods Events


In This Topic
    BindingInfo Class Members
    In This Topic

    The following tables list the members exposed by BindingInfo.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a BindingInfo class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether bound fields are automatically created for each field in the data source.  
    Public PropertyGets or sets a value indicating type of the bound mode.  
    Public PropertyGets or sets the list of fields to be used for binding with checkboxes depending on the level of the node.  
    Public PropertyGets a collection that identifies the data source fields that are used to bind to the C1TreeNode.Checked property.  
    Public PropertyGets or sets a name of a specific record set within the DataSource.  
    Public PropertyGets a collection that identifies the names of a specific record set within the DataSource by tree levels.  
    Public PropertyGets or sets the object used as the data source for the current tree view control.  
    Public PropertyGets or sets the list of fields to be used for binding with enabled properties depending on the level of the node.  
    Public PropertyGets a collection that identifies the data source fields that are used to bind to the C1TreeNode.Enabled property.  
    Public PropertyGets or sets a value specifying the key field of the data source bound to the tree view control.  
    Public PropertyGets a collection that identifies the key fields of the data source by tree levels.  
    Public PropertyGets or sets a value representing the data source field identifying the parent record in this data source.  
    Public PropertyGets a collection that identifies the parent key fields of the data source by tree levels.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also