FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Node Class
Members

In This Topic
    Node Class
    In This Topic
    The Node class encapsulates properties and methods used for manipulating node rows (collapsing, expanding, moving, and sorting them).
    Object Model
    Node Class
    Syntax
    'Declaration
     
    
    Public Class Node 
    public class Node 
    Remarks
    You can create node rows using the 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 or by setting the Row.IsNode property to true.
    Inheritance Hierarchy

    System.Object
       C1.Win.C1FlexGrid.Node

    See Also