ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridFilterRow Class / SetFilterOperation Method
The column.
The operation.

In This Topic
    SetFilterOperation Method (DataGridFilterRow)
    In This Topic
    Sets the filter operation that will be performed when text is entered in the textbox of a DataGridFilterRow corresponding to the specified column.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetFilterOperation( _
       ByVal column As DataGridColumn, _
       ByVal value As DataGridFilterOperation _
    ) 
    public static void SetFilterOperation( 
       DataGridColumn column,
       DataGridFilterOperation value
    )

    Parameters

    column
    The column.
    value
    The operation.
    See Also