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


In This Topic
    NFormattingRule Class
    In This Topic
    Represents a formatting rule.
    Object Model
    NFormattingRule Class
    Syntax
    Remarks

    Filtering, Sorting and Grouping rules operate on rows. That is why a grid rule associates a default data row value provider, that can dynamically provide a value for specific row.

    This allows you to extend the functionality of rules by simply specifying more complex data row value providers - for example you can sort or group records by formulas or custom values provided by NCustomRowValue derived types.

    Besides extensibility this design also offers simplicity as for the common cases - group, sort, filter by column values you do not need to specify a row value provider.

    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Grid.NFormattingRule

    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