ComponentOne DataGrid for WPF and Silverlight
DataGridFilterInfo Class Members
Properties  Methods 

C1.WPF.DataGrid Namespace : DataGridFilterInfo Class

The following tables list the members exposed by DataGridFilterInfo.

Public Constructors
 NameDescription
Public Constructor  
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.  
Public PropertyThe current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'.  
Public PropertyThe FilterType this FilterInfo applies to: e.g. Text, CheckBox  
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".  
Top
Public Methods
 NameDescription
Public MethodDetermines whether the specified System.Object, is equal to this instance.  
Public MethodReturns a hash code for this instance.  
Top
See Also

Reference

DataGridFilterInfo Class
C1.WPF.DataGrid Namespace