ComponentOne DataFilter for WPF
C1.DataFilter Namespace / BoolFilterBase Class / IgnoreDefault Property

In This Topic
    IgnoreDefault Property
    In This Topic
    Gets or sets a value indicating whether the current filter applies when the Value is equal to the DefaultValue or not.
    Syntax
    'Declaration
     
    
    Public Property IgnoreDefault As Boolean
    public bool IgnoreDefault {get; set;}
    See Also