Version

RefreshFilters Method

Re-evaluates filters on the record.
Syntax
'Declaration
 
Public Sub RefreshFilters() 
public void RefreshFilters()
Remarks

Re-evaluates filter conditions on the record to ensure the record's filtered state is up-to-date.

Typically there is no need for you to call this method as filters are automatically re-evaluated whenever record data or filter criteria changes. However there may be times when you may want to re-evaluate filters on a record manually (for example if the data source doesn't support data notifications on a record or your custom filter condition logic changes).

Note that you can re-evaluate filters on all records by calling the RecordFilterCollection's RecordFilterCollection.Refresh method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also