FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FullTextFilterBehavior Class / FilterEntry Property

In This Topic
    FilterEntry Property (FullTextFilterBehavior)
    In This Topic
    Gets or sets the Entry field used to perform the query.
    Syntax
    'Declaration
     
    Public Property FilterEntry As TextBox
    public TextBox FilterEntry {get; set;}
    See Also