C1.WinUI.DataFilter Assembly / C1.WinUI.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
public FilterAutoGeneratingEventArgs( 
   PropertyDescriptor property,
   Filter filter
)

Parameters

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