Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGroupRow Class / Recordset Property


In This Topic
    Recordset Property
    In This Topic
    Gets the recordset associated with this group row. It identifies the records from the data source that are descendants of this group. Valid only when the group row is created in bound mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Recordset As NRecordset
    'Usage
     
    
    Dim instance As NGroupRow
    Dim value As NRecordset
     
    value = instance.Recordset
    public NRecordset Recordset {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also