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

In This Topic
    Grid Property (Row)
    In This Topic
    Gets a reference to the C1FlexGridBase control that owns this row or column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Grid As C1FlexGridBase
    public C1FlexGridBase Grid {get;}
    See Also