Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListTableData Class
Properties Methods


In This Topic
    NTreeListTableData Class Members
    In This Topic

    The following tables list the members exposed by NTreeListTableData.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether the data is bound to a NTreeList instance. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Public PropertyGets the NTreeList instance which is bound to this data. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Public PropertyGets/sets the table containing raw data.  
    Top
    Public Methods
     NameDescription
    Public MethodBinds to the specified tree-list. Once binded the tree-list may not be freely inserted items and/or columns. All previously added nodes will be removed. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Public MethodUnbinds the specified tree from the current instance. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Top
    Protected Methods
     NameDescription
    Protected MethodHooks to the table's events and notifications.  
    Protected MethodBegins initialization process. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Protected MethodDetermines whether the current instance may be bound to the specified tree-list. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Protected MethodCreates a sub-item for the specified value. Depending on the value's type different NTreeListNodeSubItem instances will be created. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Protected MethodDetaches from table's events.  
    Protected MethodEnds initialization process. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Protected MethodCreates a NTreeListNode instance which represenst a DataRow object.  
    Protected MethodCreates the NTreeListColumn instances which represent the data columns.  
    Protected MethodPopulates the data. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Protected MethodOverridden.   
    Protected MethodPopulates all the rows from the table's data view.  
    Protected MethodProvides basic core implementation of the un-binding. (Inherited from Nevron.UI.WinForm.Controls.NTreeListData)
    Top
    See Also