Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NFilteringRule Class / RowCondition Property


In This Topic
    RowCondition Property (NFilteringRule)
    In This Topic
    Gets or set the row condition that each row from the data source must match in order to be displayed in a grid.
    Syntax
    'Declaration
     
    
    Public Property RowCondition As NRowCondition
    'Usage
     
    
    Dim instance As NFilteringRule
    Dim value As NRowCondition
     
    instance.RowCondition = value
     
    value = instance.RowCondition
    public NRowCondition RowCondition {get; set;}
    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