ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / Expression Class / Not Property

In This Topic
    Not Property (Expression)
    In This Topic
    Gets or sets a value indicating the negation of the expression.
    Syntax
    'Declaration
     
    
    Public Property Not As Boolean
    public bool Not {get; set;}
    See Also