[]
Gets a value that indicates what types of child nodes a row has.
protected override int CheckNodeChildren(int row, int col, int level)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
int | level | Outline level. |
Type | Description |
---|---|
int | Zero if the row has no children, 1 if it has regular data rows only, 2 if it has child nodes, and 3 if it has data and child nodes. |
This method is for internal use. It allows inherited classes to customize outline trees.