We try to get the list of filter keys subscribed by this view

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

Syntax

C#
public string[] GetClientSideFilterKeys()
Visual Basic
Public Function GetClientSideFilterKeys As String()
JScript
public function GetClientSideFilterKeys() : String[]

Remarks

The method is virtual so we can return auxiliary custom filters together with the default ones

See Also