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

In This Topic
    DefaultValue Property
    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