Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FullTextFilterBehavior Class
Fields Properties Methods

In This Topic
    FullTextFilterBehavior Class Members
    In This Topic

    The following tables list the members exposed by FullTextFilterBehavior.

    Public Constructors
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the FilterString dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HighlightStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MatchCase dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MatchNumbers dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MatchWholeWord dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreatSpacesAsAndOperator dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the string used to perform the filtering.  
    Public PropertyGets or sets the style used to highlight the matches.  
    Public PropertyGets or sets whether the filtered text should match the case too.  
    Public PropertyGets or sets whether number columns should be taken into account.  
    Public PropertyGets or sets whether the filtered text should match the whole word.  
    Public PropertySpecifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.  
    Top
    Public Methods
    See Also