NevronOpenVision
Nevron.Nov.Grid Namespace / NFilteringRule Class / NFilteringRule Constructor / NFilteringRule Constructor(NColumn,ENRowConditionOperator,String)
In This Topic
    NFilteringRule Constructor(NColumn,ENRowConditionOperator,String)
    In This Topic
    Creates a new filter rule associated with the specified column that has a comparison row condition with the specified operator and value.
    Syntax
    public NFilteringRule( 
       NColumn column,
       ENRowConditionOperator op,
       System.string value
    )

    Parameters

    column
    op
    value
    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