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 C1TreeViewEventHandler
Delegate type for handling events that are related to the nodes.
Public class C1TreeViewNode
Represents a node in the C1TreeView control.
Public class C1TreeViewNodeCheckState
Specifies C1TreeViewNode check state.
Public class C1TreeViewNodeCollection
Represents the structure that manages the C1TreeViewNode nodes.
Public class C1TreeViewNodeCollectionChangedEventArgs
Returns data from the C1TreeViewNodeCollectionChanged event.
Public class C1TreeViewNodeDragStartedEventArgs
Provides information about the C1TreeViewNodeDragStarted event that occurs when a user begins to drag the C1TreeViewNode.
Public class C1TreeViewNodeDroppedEventArgs
Provides information about the C1TreeViewNodeDropped event that occurs after a C1TreeViewNode has been dropped.
Public class ChangeStatus
Specifies C1TreeViewNode change status.
Public class InsertPosition
Specifies the C1TreeViewNode insert position.

Interfaces

  Interface Description
Public interface IC1NodesOwner
Represents the interface that is implemented by the class that supports the nesting C1TreeViewNodes.