FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Row Class / Grid Property

In This Topic
    Grid Property (Row)
    In This Topic
    Gets the C1FlexGrid that this row belongs to.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Overrides ReadOnly Property Grid As C1FlexGrid
    [Browsable(false)]
    public override C1FlexGrid Grid {get;}
    See Also