FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilter Class
Properties Methods Events


In This Topic
    C1FlexGridFilter Class Members
    In This Topic

    The following tables list the members exposed by C1FlexGridFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the System.Windows.Controls.Control used to edit the filter parameters.  
    Public PropertyGets or sets the current filter definition as an XML string.  
    Public PropertyGets or sets the string that represents null values in the value list.  
    Public PropertyGets or sets the C1FlexGrid that owns this filter.  
    Public PropertyGets or sets whether the filter should be applied to the grid's data source.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies the current filters to the rows currently loaded on the grid.  
    Public MethodClears all column filters in this C1FlexGridFilter.  
    Public MethodGets the filter attached to a given grid column.  
    Public MethodLoads a filter definition from an System.Xml.XmlReader.  
    Public MethodSave the current filter definition to an System.Xml.XmlWriter.  
    Public MethodShow the filter editor for a given grid column.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the FilterApplied event.  
    Protected MethodRaises the FilterChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the filter editor is closed.  
    Public EventOccurs when the filter editor is displayed.  
    Public EventOccurs when the filter is applied to the grid.  
    Top
    See Also