Determines whether the specified Row should be hidden in GridControl.

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

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

Return Value

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

Implements

IFilter..::..IsFiltered(Row)

See Also