Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationProvider Class / ContainsExpression Method
The expression to look for.


In This Topic
    ContainsExpression Method
    In This Topic
    Determines if the provider contains the expression passed as parameter.
    Syntax
    'Declaration
     
    Public Function ContainsExpression( _
       ByVal expression As ValidationExpression _
    ) As Boolean
    'Usage
     
    Dim instance As ValidationProvider
    Dim expression As ValidationExpression
    Dim value As Boolean
     
    value = instance.ContainsExpression(expression)
    public bool ContainsExpression( 
       ValidationExpression expression
    )

    Parameters

    expression
    The expression to look for.

    Return Value

    Returns true if the validation provider contains the expression; false otherwise.
    Requirements

    Target Platforms: 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