DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / ValueChangedEventArgs Class / ApplyFilter Property

In This Topic
    ApplyFilter Property (ValueChangedEventArgs)
    In This Topic
    Gets or sets a value indicating whether the filter should be automatically applied.
    Syntax
    'Declaration
     
    Public Property ApplyFilter As Boolean
    public bool ApplyFilter {get; set;}
    See Also