FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterService Class / SetFlexGridFilter Method
Object to set the property on.
Value to set.

In This Topic
    SetFlexGridFilter Method
    In This Topic
    Sets the value of the FlexGridFilter property of the specified object.
    Syntax
    'Declaration
     
    Public Shared Sub SetFlexGridFilter( _
       ByVal obj As DependencyObject, _
       ByVal value As C1FlexGridFilter _
    ) 
    public static void SetFlexGridFilter( 
       DependencyObject obj,
       C1FlexGridFilter value
    )

    Parameters

    obj
    Object to set the property on.
    value
    Value to set.
    See Also