Classes

  Class Description
Public class C1TreeView
Represents the control that provides the functionality to create and manage the tree structures.
Public class C1TreeViewEventArgs
Contains event data for all events raised by the C1TreeView control.
Public class C1TreeViewNode
Represents a node in the C1TreeView control.
Public class C1TreeViewNodeBinding
Defines the relationship between a data item and the node it is binding to in a C1TreeView control.
Public class C1TreeViewNodeBindingCollection
Represents a collection of C1TreeViewNodeBinding objects in the C1TreeView control.
Public class C1TreeViewNodeCollection
Represents the structure that manages the C1TreeViewNode nodes.
Public class C1TreeViewNodeDroppedEventArgs
Provides data for the NodeDropped event of the C1TreeView class.
Public class C1TreeViewNodeTemplateContainer
Represents a container that holds the contents of a templated treeview node in a C1TreeView control.
Public class C1TreeViewSerializer
Represent serializer used by C1TreeView tree view.

Interfaces

  Interface Description
Public interface IC1TreeViewNodeCollectionOwner
Used for establish relationshid between the C1TreeViewNodeCollection nodes collection and its IC1TreeViewNodeCollectionOwner owner.

Delegates

  Delegate Description
Public delegate C1TreeViewEventHandler
Delegate type for handling events that are related to the nodes.

Enumerations

  Enumeration Description
Public enumeration C1TreeViewNodeCheckState
Specifies C1TreeViewNode check state.