Version

HasActiveFilters Property (FilterCell)

Returns true if there are active filters.
Syntax
'Declaration
 
Public ReadOnly Property HasActiveFilters As Boolean
public bool HasActiveFilters {get;}
Remarks

HasActiveFilters property indicates whether there are active filters with which records are currently being filtered. It doesn't necessarily mean that any records are actually filtered out (for example if all records match the filter criteria). It just means that there are current filter criteria.

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