ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridFilterTextInfo Class / TreatSpacesAsAndOperator Property

In This Topic
    TreatSpacesAsAndOperator Property (DataGridFilterTextInfo)
    In This Topic
    Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces. Default is false
    Syntax
    'Declaration
     
    
    Public Property TreatSpacesAsAndOperator As Boolean
    public bool TreatSpacesAsAndOperator {get; set;}
    See Also