ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / BaseRangeFilterPresenter<T> Class / Filter Property

In This Topic
    Filter Property (BaseRangeFilterPresenter<T>)
    In This Topic
    Gets or sets filter associated with this element.
    Syntax
    'Declaration
     
    
    Public Property Filter As T
    public T Filter {get; set;}
    See Also