Determines whether the specified Row is filtered.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
bool IsFiltered( Row row ) |
Visual Basic |
---|
Function IsFiltered ( row As Row ) As Boolean |
Visual C++ |
---|
bool IsFiltered( Row^ row ) |
F# |
---|
abstract IsFiltered : row : Row -> bool |
Parameters
- row
- Type: Dapfor.Net.Ui..::..Row
The row.
Return Value
Type: Booleantrue if the specified row is filtered; otherwise, false.