DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / BoolFilterBase Class / IgnoreDefault Property

In This Topic
    IgnoreDefault Property (BoolFilterBase)
    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