ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NewRowTemplate Class / Grid Property

In This Topic
    Grid Property (NewRowTemplate)
    In This Topic
    Gets the C1FlexGrid that this row belongs to.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Grid As C1FlexGrid
    public virtual C1FlexGrid Grid {get;}
    See Also