FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterService Class / GetFlexGridFilterRow Method
Object to query concerning the FlexGridFilter property.

In This Topic
    GetFlexGridFilterRow Method
    In This Topic
    Gets the value of the FlexGridFilter attached property of the specified object.
    Syntax
    'Declaration
     
    Public Shared Function GetFlexGridFilterRow( _
       ByVal obj As DependencyObject _
    ) As C1FlexGridFilterRow
    public static C1FlexGridFilterRow GetFlexGridFilterRow( 
       DependencyObject obj
    )

    Parameters

    obj
    Object to query concerning the FlexGridFilter property.

    Return Value

    Value of the FlexGridFilter property.
    See Also