The event handler receives an argument of type FilterRowEventArgs containing data related to this event. The following FilterRowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Row | Row that's being filtered (read-only). |
RowFilteredOut | Specifies 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. |
The FilterRow event occurs when a row filters are evaluated on a row. Hidden property of the row will be set to appropriate value according to the results of the evaluation.
You can use the FilteRow event to do a custom filter evaluation on the row and set it's Hidden property to appropriate value.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2