| Class | Description |
|---|---|
| AdvancedTree | Resco AdvancedTree Control |
| BoundNode | The BoundNode is a wrapper derived from Node that is used for databinding. You can either wrap DataRow or any object using PropertyMapping. |
| ButtonCell | |
| Cell | Cell is the basic cell from which other cell types are derived. |
| CellCollection | Collection of Cells in NodeTemplate. |
| CellEventArgs | CellEventArgs class contains the arguments of CellEventHandler delegate. |
| CellSource | Cell source defines where the Cell takes data from. |
| CustomizeCellEventArgs | Class containing arguments for CustomizeCell event. |
| DrawLineData | Contains a data describing a line of text. |
| GradientColor | Represents a gradient color. |
| Header | Contains data and template binding for the header. |
| ImageCell | ImageCell is a Cell used to display images from ImageList. |
| LinkCell | LinkCell is TextCell for displaying hyperlinks. |
| LinkEventArgs | LinkEventArgs class contains the arguments of LinkEventHandler delegate. |
| Mapping | Used as a map between column names and column indices. |
| Node | Contains data and template binding for the node displayed in the AdvancedTree. |
| NodeAddingEventArgs | Represents arguments for NodeAddingEventHandler delegate. |
| NodeCancelEventArgs | Provides data for the BeforeCollapse and BeforeExpand, events of a AdvancedTree control. |
| NodeCollection | Collection of Nodes for an AdvancedTree. |
| NodeEnteredEventArgs | NodeEnteredEventArgs class contains the arguments for NodeEnteredEventHandler delegate. |
| NodeEventArgs | NodeEventArgs class contains the arguments of NodeEventHandler delegate. |
| NodeSpecificCellProperties | This classs is used to determine values that differ from default RowTemplate settings for specific cell |
| NodeTemplate | NodeTemplate is the template for displaying Node of data. |
| PropertyMapping | Special Mapping used for the BoundNode to map it to any object type. |
| SeparatorCell | SeparatorCell is a cell for displaying the separators. |
| TableMapping | Special Mapping used for the BoundNode. |
| TemplateSet | TemplateSet is the collection of NodeTemplates. |
| TextCell | TextCell is a Cell used to display text. |
| Utility | Provides helper methods for wrapping text. |
| WrapTextData | Contains a data required for AutoHeight property and for drawing wrapped texts. |
| Delegate | Description |
|---|---|
| AdvancedTree.DesignTimeCallback | Used by designer. |
| ButtonEventHandler | Represents the method that will handle the button click event. |
| CellEventHandler | Represents the method that will handle the cell click event. |
| CustomizeCellEventHandler | Represents the method that will handle the validate data event. |
| LinkEventHandler | Represents the method that will handle the link click event. |
| NodeAddingEventHandler | Represents the method that will handle the NodeAdding event. |
| NodeCancelEventHandler | Represents the method that will handle the BeforeCollapse, or BeforeExpand event of a AdvancedTree control. |
| NodeEnteredEventHandler | Represents the method that will handle the NodeEntered event. |
| NodeEventHandler | Represents the method that will handle the AfterExpand, AfterCollapse, or AfterNodeSelect event of the AdvancedTree control. |
| Enumeration | Description |
|---|---|
| Alignment | Defines the alignment of text, image or other content. |
| BorderType | Border of cell. |
| ButtonCell.ButtonType | Specifies the types of the ButtonCell. |
| CellSourceType | Type of cell source |
| ColorCategory | Category of color information. |
| FillDirection | The direction of the gradient will fill. |
| SelectionMode | Selection mode of advanced list |
| SeparatorType | Type of separator in separator cell. |