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
 

Parameters

obj
Object to query concerning the FlexGridFilter property.

Return Value

Value of the FlexGridFilter property.
See Also