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


In This Topic
    FilterInfo Class Members
    In This Topic

    The following tables list the members exposed by FilterInfo.

    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
    See Also