ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridFilterTextInfo Class
Properties Methods


In This Topic
    DataGridFilterTextInfo Class Members
    In This Topic

    The following tables list the members exposed by DataGridFilterTextInfo.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a DataGridFilterTextInfo.  
    Top
    Public Properties
     NameDescription
    Public PropertyWhen creating a filter using two or more FilterInfo instances, the filter combination is used to determine how to combine those instances: e.g. And, Or, None. (Inherited from C1.WPF.DataGrid.DataGridFilterInfo)
    Public PropertyThe current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. (Inherited from C1.WPF.DataGrid.DataGridFilterInfo)
    Public PropertyGets or sets an arbitrary object value that can be used to store custom information about the filter  
    Public PropertyThe FilterType this FilterInfo applies to: Text or MultiValue  
    Public PropertyTo know MatchCase mode is enable or not  
    Public PropertyTo know MatchWholeWord mode is enable or not  
    Public PropertySpecifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces. Default is false  
    Public PropertyThe filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA". (Inherited from C1.WPF.DataGrid.DataGridFilterInfo)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether the specified System.Object, is equal to this instance.  
    Public MethodOverridden. Returns a hash code for this instance.  
    Top
    See Also