ComponentOne FlexGrid for WinForms
IsNode Property

C1.Win.C1FlexGrid Namespace > Row Class : IsNode Property
Gets or sets whether this row is a node row in an outline.
Syntax
'Declaration
 
Public Property IsNode As Boolean
public bool IsNode {get; set;}
Remarks

This property determines whether the row behaves as a node in an outline tree.

You can use IsNode to create custom outline trees, or use the grid's Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) method to create outline trees automatically.

See Also

Reference

Row Class
Row Members