Classes
Class | Description | |
---|---|---|
C1TreeView |
Represents the control that provides the functionality to create and manage the tree structures.
|
|
C1TreeViewEventArgs |
Contains event data for all events raised by the C1TreeView control.
|
|
C1TreeViewNode |
Represents a node in the C1TreeView control.
|
|
C1TreeViewNodeBinding |
Defines the relationship between a data item and the node it is binding to in a C1TreeView control.
|
|
C1TreeViewNodeBindingCollection |
Represents a collection of C1TreeViewNodeBinding objects in the C1TreeView control.
|
|
C1TreeViewNodeCollection |
Represents the structure that manages the C1TreeViewNode nodes.
|
|
C1TreeViewNodeDroppedEventArgs |
Provides data for the NodeDropped event of the C1TreeView class.
|
|
C1TreeViewNodeTemplateContainer |
Represents a container that holds the contents of a
templated treeview node in a C1TreeView control.
|
|
C1TreeViewSerializer |
Represent serializer used by C1TreeView tree view.
|
Interfaces
Interface | Description | |
---|---|---|
IC1TreeViewNodeCollectionOwner |
Used for establish relationshid between the C1TreeViewNodeCollection nodes collection
and its IC1TreeViewNodeCollectionOwner owner.
|
Delegates
Delegate | Description | |
---|---|---|
C1TreeViewEventHandler |
Delegate type for handling events that are related to the nodes.
|
Enumerations
Enumeration | Description | |
---|---|---|
C1TreeViewNodeCheckState |
Specifies C1TreeViewNode check state.
|