ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / IDataGridFilter Interface / Create Method

In This Topic
    Create Method (IDataGridFilter)
    In This Topic
    Creates the filter based on the current filter criteria set by the user in the filter control. Raises the FilterChanged event if necessary.
    Syntax
    'Declaration
     
    
    Sub Create() 
    void Create()
    See Also