DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.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 when the user changes the filter from the user interface.
    Syntax
    'Declaration
     
    Public Property AutoApply As Boolean
    public bool AutoApply {get; set;}
    See Also