Xceed Ultimate ListBox for Silverlight Documentation
NotFilterExpression Class
Members  Example 


Represents a logical NOT filter expression, which states that an item must not match the specified child filter in order to be included.
Syntax
<DebuggerDisplayAttribute(Value="FilterBy = {DebuggerDisplayString}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
<ContentPropertyAttribute("ChildExpression")>
Public NotInheritable Class NotFilterExpression 
   Inherits FilterExpressionBase
Dim instance As NotFilterExpression
[DebuggerDisplayAttribute(Value="FilterBy = {DebuggerDisplayString}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
[ContentPropertyAttribute("ChildExpression")]
public sealed class NotFilterExpression : FilterExpressionBase 
Remarks
Once the filter expression has been created, it is considered "frozen" and its values can no longer be modified.
Example
<sldg:DataGridControl.FilterExpression>
   <sldg:NotFilterExpression>
      <sldg:FilterExpression MemberName="ShipCountry"
                             Value="Canada"
                             FilterOperator="Equal"/>
   </sldg:NotFilterExpression>
</sldg:DataGridControl.FilterExpression>
Inheritance Hierarchy

System.Object
   Xceed.Silverlight.Data.FilterExpressionBase
      Xceed.Silverlight.Data.NotFilterExpression

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

NotFilterExpression Members
Xceed.Silverlight.Data Namespace
cf224116-45e2-4539-9fd6-71cc219add2e

Send Feedback