DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / DateRangeFilter Class / IsApplied Property

In This Topic
    IsApplied Property (DateRangeFilter)
    In This Topic
    Gets a value indicating the current C1.DataFilter.Filter is applied or not.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsApplied As Boolean
    public virtual bool IsApplied {get;}
    See Also