C1.WPF.DataFilter Namespace / FilterAutoGeneratingEventArgs Class / FilterAutoGeneratingEventArgs Constructor
The data source property to which the filter applies.
The filter.

In This Topic
FilterAutoGeneratingEventArgs Constructor
In This Topic
Initializes a new instance of the FilterAutoGeneratingEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As PropertyDescriptor, _
   ByVal filter As Filter _
)
 

Parameters

property
The data source property to which the filter applies.
filter
The filter.
See Also