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 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 or sets a name of a specific record set within the DataSource.  
    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 or sets a value specifying the key field of the data source bound to the tree view control.  
    Public PropertyGets or sets a value representing the data source field identifying the parent record in this data source.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also