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


In This Topic
    GroupValue Property
    In This Topic
    Gets the group value associated with this group row. The grouping rule that created this group row has produced this value for all records contained in this group recordset. Valid only when the group row is created in bound mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupValue As System.Object
    'Usage
     
    
    Dim instance As NGroupRow
    Dim value As System.Object
     
    value = instance.GroupValue
    public System.object GroupValue {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