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


In This Topic
    FilterDescription Class Members
    In This Topic

    The following tables list the members exposed by FilterDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGet or sets the Converter of the property Name to be filtered.  
    Public PropertyGet or sets the Format of the property Name to be filtered.  
    Public PropertyGets or sets the property name being used as the filtering criteria.  
    Public PropertyGets or sets the current state of this filter description.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns an expression tree representing the current state of this filter description. The expression tree can be used to execute the filter against an Ado net Data Service source.  
    Public MethodReturns a predicate representing the current state of this filter description. This predicate can be used to execute the filter against a Linq source.  
    Top
    See Also