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


In This Topic
    NTreeListData Class Members
    In This Topic

    The following tables list the members exposed by NTreeListData.

    Public Properties
     NameDescription
    Public PropertyDetermines whether the data is bound to a NTreeList instance.  
    Public PropertyGets the NTreeList instance which is bound to this 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.  
    Public MethodUnbinds the specified tree from the current instance.  
    Top
    Protected Methods
     NameDescription
    Protected MethodBegins initialization process.  
    Protected MethodDetermines whether the current instance may be bound to the specified tree-list.  
    Protected MethodCreates a sub-item for the specified value. Depending on the value's type different NTreeListNodeSubItem instances will be created.  
    Protected MethodEnds initialization process.  
    Protected MethodPopulates the data.  
    Protected MethodPerforms the core data population method.  
    Protected MethodProvides basic core implementation of the un-binding.  
    Top
    See Also