FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Row Class / IsNode Property

In This Topic
    IsNode Property (Row)
    In This Topic
    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 C1.Win.C1FlexGrid.C1FlexGridBase.Subtotal(C1.Win.C1FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.C1FlexGrid.AggregateFlags,C1.Win.C1FlexGrid.RowColFlags) method to create outline trees automatically.

    See Also