Initializes a new instance of the Filter class.

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

Syntax

C#
public Filter(
	Filter..::..Callback callback
)
Visual Basic
Public Sub New ( 
	callback As Filter..::..Callback
)
Visual C++
public:
Filter(
	Filter..::..Callback^ callback
)
F#
new : 
        callback : Filter..::..Callback -> Filter

Parameters

callback
Type: Dapfor.Net.Ui..::..Filter..::..Callback
The callback to be called in the GUI thread when the Grid paints the Cells or verifies the visibility of Rows or theirs position in the sorted container.

Thread Safety

All methods are threadsafe.

See Also