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

In This Topic
    Value Property (BoolFilterBase)
    In This Topic
    Gets or sets the value of the current filter.
    Syntax
    'Declaration
     
    
    Public Property Value As Boolean
    public bool Value {get; set;}
    See Also