When one or more filters are changed we must call this method to update the UI

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GdxView[] RefreshFilters(
	string[] filterKeys
)
Visual Basic
Public Function RefreshFilters ( _
	filterKeys As String() _
) As GdxView()
JScript
public function RefreshFilters(
	filterKeys : String[]
) : GdxView[]

Parameters

filterKeys
Type: array<System..::..String>[]()[][]

Return Value

The views updated

See Also