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