Determines whether the specified Row is filtered.

Namespace: Dapfor.Net.Filters
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool IsFiltered(
	Row row
)
Visual Basic
Public Function IsFiltered ( 
	row As Row
) As Boolean
Visual C++
public:
virtual bool IsFiltered(
	Row^ row
) sealed
F#
abstract IsFiltered : 
        row : Row -> bool 
override IsFiltered : 
        row : Row -> bool 

Parameters

row
Type: Dapfor.Net.Ui..::..Row
The row.

Return Value

Type: Boolean
true if the specified row is filtered; otherwise, false.

Implements

IFilter..::..IsFiltered(Row)

See Also