Xceed Toolkit Plus for WPF v4.6 Documentation
ToExpression(Type) Method


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data Namespace > PredicateExpressionBuilder Class > ToExpression Method : ToExpression(Type) Method
Creates a predicate expression from the filter expression that was passed at construction
Syntax
'Declaration
 
Public Overloads Function ToExpression( _
   ByVal itemType As Type _
) As Expression
'Usage
 
Dim instance As PredicateExpressionBuilder
Dim itemType As Type
Dim value As Expression
 
value = instance.ToExpression(itemType)
public Expression ToExpression( 
   Type itemType
)

Parameters

itemType
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

Reference

PredicateExpressionBuilder Class
PredicateExpressionBuilder Members
Overload List