Name | Description | |
---|---|---|
![]() | IsBound | Determines whether the data is bound to a NTreeList instance. |
![]() | Owner | Gets the NTreeList instance which is bound to this data. |
The following tables list the members exposed by NTreeListData.
Name | Description | |
---|---|---|
![]() | IsBound | Determines whether the data is bound to a NTreeList instance. |
![]() | Owner | Gets the NTreeList instance which is bound to this data. |
Name | Description | |
---|---|---|
![]() | Bind | Binds 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. |
![]() | Unbind | Unbinds the specified tree from the current instance. |
Name | Description | |
---|---|---|
![]() | BeginInit | Begins initialization process. |
![]() | CanBind | Determines whether the current instance may be bound to the specified tree-list. |
![]() | CreateSubItem | Creates a sub-item for the specified value. Depending on the value's type different NTreeListNodeSubItem instances will be created. |
![]() | EndInit | Ends initialization process. |
![]() | PopulateData | Populates the data. |
![]() | PopulateDataCore | Performs the core data population method. |
![]() | UnbindCore | Provides basic core implementation of the un-binding. |