Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.FilterCriteria Namespace / FilterCriterion Class / IsMatch Method
The value to search for a match.


In This Topic
    IsMatch Method (FilterCriterion)
    In This Topic
    Indicates whether the filter criterion specified at construction finds a match.
    Syntax
    'Declaration
     
    Public MustOverride Function IsMatch( _
       ByVal value As Object _
    ) As Boolean
    'Usage
     
    Dim instance As FilterCriterion
    Dim value As Object
    Dim value As Boolean
     
    value = instance.IsMatch(value)
    public abstract bool IsMatch( 
       object value
    )

    Parameters

    value
    The value to search for a match.

    Return Value

    true if a match is found; false otherwise.
    Requirements

    Target Platforms: Windows 11, Windows, 10, 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