ASPxClientTreeList.ApplySearchPanelFilter(value) Method
Applies the specified search panel filter criterion to tree list data.
Declaration
ApplySearchPanelFilter(
value: string
): void
Parameters
Name | Type | Description |
---|---|---|
value | string | A string value that specifies the filter criterion. |
Remarks
Use the ApplySearchPanelFilter method to specify a search panel filter criterion and apply it to tree list data on the client side. Note that the ApplySearchPanelFilter method is in effect even if the search panel is hidden (the ASPxGridSearchPanelSettings.Visible property is set to false
).
To specify a search panel filter on the server side, use the ASPxTreeList.SearchPanelFilter property.
See Also