ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / C1FullTextSearchBehavior Class / TreatSpacesAsAndOperatorProperty Field

In This Topic
    TreatSpacesAsAndOperatorProperty Field
    In This Topic
    Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly TreatSpacesAsAndOperatorProperty As DependencyProperty
    public static readonly DependencyProperty TreatSpacesAsAndOperatorProperty
    See Also