Determines whether the specified Row should be hidden in GridControl.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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.Wpf.Controls..::..Row
The row.

Return Value

Type: Boolean
true if the Row is filtered and should be hidden. Otherwise false.

See Also