Forces the
Grid re-check all
Rows for filtering. Usually called when the filter conditions in
IFilter interface changed.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void FilterRefresh() |
Visual Basic |
---|
Public Sub FilterRefresh |
Visual C++ |
---|
public:
void FilterRefresh() |
F# |
---|
member FilterRefresh : unit -> unit
|
Thread Safety
This method may be called from any thread. If it is called from the non-GUI thread, then the
Grid will synchronize
the calling thread with the GUI thread in the asynchronous way without blocking the calling thread.
See Also