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

In This Topic
    Grid Property (RowCol)
    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