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

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

    Parameters

    obj
    Object to query concerning the FlexGridFilter property.

    Return Value

    Value of the FlexGridFilter property.
    See Also