ComponentOne FlexGrid for WPF and Silverlight
SetFlexGridFilter Method (C1FlexGridFilterService)

C1.Silverlight.FlexGrid Namespace > C1FlexGridFilterService Class : SetFlexGridFilter Method
Object to set the property on.
Value to set.
Sets the value of the FlexGridFilter property of the specified object.
Syntax
'Declaration
 
Public Shared Sub SetFlexGridFilter( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As C1FlexGridFilter _
) 
public static void SetFlexGridFilter( 
   System.Windows.DependencyObject obj,
   C1FlexGridFilter value
)

Parameters

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

Reference

C1FlexGridFilterService Class
C1FlexGridFilterService Members