ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / IDataGridFilter Interface
Methods Events

In This Topic
    IDataGridFilter Interface Members
    In This Topic

    The following tables list the members exposed by IDataGridFilter.

    Public Methods
     NameDescription
     MethodClears the current filter criteria and the values contained in the filter control.  
     MethodCreates the filter based on the current filter criteria set by the user in the filter control. Raises the FilterChanged event if necessary.  
     MethodInitializes the filter and filter control to the desired state.  
    Top
    Public Events
     NameDescription
     EventOccurs when the filter criteria changes.  
    Top
    See Also