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

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

    Parameters

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