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

In This Topic
    DefaultValue Property (BoolFilterBase)
    In This Topic
    Gets or sets the default value of the current filter.
    Syntax
    'Declaration
     
    Public Property DefaultValue As Boolean
    public bool DefaultValue {get; set;}
    Remarks
    Uses with the IgnoreDefault property.
    See Also