ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / DeserializeFilterExpression Method
Xml content.

In This Topic
    DeserializeFilterExpression Method
    In This Topic
    Deserialize xml and add expressions to the C1DataFilter.Filters collection.
    Syntax
    'Declaration
     
    
    Public Sub DeserializeFilterExpression( _
       ByVal xmlContent As String _
    ) 
    public void DeserializeFilterExpression( 
       string xmlContent
    )

    Parameters

    xmlContent
    Xml content.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
    The exception that is thrown when a method call is invalid for the object's current state.
    See Also