[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.CheckNodeChildren

CheckNodeChildren Method

CheckNodeChildren(int, int, int)

Gets a value that indicates what types of child nodes a row has.

Declaration
protected virtual int CheckNodeChildren(int row, int col, int level)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

int level

Outline level.

Returns
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.

Remarks

This method is for internal use. It allows inherited classes to customize outline trees.