Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGroupingRule Class
Members


In This Topic
    NGroupingRule Class
    In This Topic
    Represents a rule by which a NTableGrid groups the rows into group rows. Grouping rules are contained in the NTableGrid.GroupingRules collection. When there are multiple rules in this collection the rows are first grouped by the first rule, then by the second and so on (multilevel grouping).
    Object Model
    NGroupingRule Class
    Syntax
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Grid.NGridRule<TGrid>
                   Nevron.Nov.Grid.NRowValueGridRule<TGrid>
                      Nevron.Nov.Grid.NGroupingRule

    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