Version

MeetsCriteria Method (UltraGridRow)

Returns true if the row meets the criteria specified by the passed in filter condition.
Overload List
OverloadDescription
MeetsCriteria(FilterCondition)Returns true if the row meets the criteria specified by the passed in filter condition.  
MeetsCriteria(FilterCondition[],FilterLogicalOperator)Returns true if the row meets the criteria specified by the passed in filter conditions and the logical operator. If the logical operator is And and the row meets all the conditions in the filterConditions array then this method returns true. If the logical operator is Or and the row meets at least one filter condition then this method returns true. Otherwise it returns false.  
MeetsCriteria(ColumnFilter)Returns true if the row meets the criteria specified by the passed in column filter which contains the collection of filter conditions.  
MeetsCriteria(ColumnFilter[],FilterLogicalOperator)Returns true if the row meets the criteria specified by the passed in column filters and the logical operator. If the logical operator is And and the row meets all the conditions in the column filters array then this method returns true. If the logical operator is Or and the row meets at least one of the column filter then this method returns true. Otherwise it returns false.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also