FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCol Class / Grid Property

In This Topic
    Grid Property (RowCol)
    In This Topic
    Gets the C1FlexGrid control that owns this object.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Grid As C1FlexGrid
    public abstract C1FlexGrid Grid {get;}
    See Also