Version

FilterRowEventArgs Class Members

The following tables list the members exposed by FilterRowEventArgs.

Public Constructors
 NameDescription
Public ConstructorFilterRowEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyRowRow that's being filtered (read-only).  
Public PropertyRowFilteredOutSpecifies whether the row is filtered out. You can change the value of this property in which case the row's IsFilteredOut state will be changed to the new value.  
See Also