ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / CalendarFilterBase Class / SetValue Method
The filter value.
The value indicating whether the filter should be automatically applied.

In This Topic
    SetValue Method (CalendarFilterBase)
    In This Topic
    Sets a value of CalendarFilterBase class.
    Syntax
    'Declaration
     
    
    Public Sub SetValue( _
       ByVal value() As Date, _
       ByVal applyFilter As Boolean _
    ) 
    public void SetValue( 
       DateTime[] value,
       bool applyFilter
    )

    Parameters

    value
    The filter value.
    applyFilter
    The value indicating whether the filter should be automatically applied.
    See Also