ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / AutoApply Property

In This Topic
    AutoApply Property (C1DataFilter)
    In This Topic
    Gets or sets a value indicating whether the filter should be automatically applied to the DataSource after the filter value is changed or not.
    Syntax
    'Declaration
     
    
    Public Property AutoApply As Boolean
    public bool AutoApply {get; set;}
    See Also