Class TreeGridAdvancedColumn
The tree column of a TreeGridAdvanced: a text column whose cells render the expand/collapse glyphs and indentation, and whose clicks toggle the node's expanded state.
Inheritance
TreeGridAdvancedColumn
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class TreeGridAdvancedColumn : DataGridViewTextBoxColumn, ICloneable, IComponent, IDisposable
Constructors
View SourceTreeGridAdvancedColumn()
Declaration
public TreeGridAdvancedColumn()
Methods
View SourceClickNode(TreeGridRow)
Declaration
public void ClickNode(TreeGridRow nrow)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeGridRow | nrow |