Xceed Ultimate ListBox for Silverlight Documentation
Add Method (FilterExpressionOperator)


The FilterExpressionBase to add.
Adds a child filter expression, which will be used as part of a logical filter operation.
Syntax
Public Sub Add( _
   ByVal expression As FilterExpressionBase _
) 
Dim instance As FilterExpressionOperator
Dim expression As FilterExpressionBase
 
instance.Add(expression)
public void Add( 
   FilterExpressionBase expression
)

Parameters

expression
The FilterExpressionBase to add.
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

Reference

FilterExpressionOperator Class
FilterExpressionOperator Members

Send Feedback