Share via


ModuleListPage.RefreshSearchPanel Method

Definition

Updates the search fields on the page.

protected:
 void RefreshSearchPanel();
protected void RefreshSearchPanel ();
member this.RefreshSearchPanel : unit -> unit
Protected Sub RefreshSearchPanel ()

Examples

The following example implements the OnClearFilter method.

protected override void OnClearFilter() {

    _filter = null;
    Refresh();
    RefreshSearchPanel();

}

Remarks

This method clears the Filter toolbar and populates the Filter drop-down box with previous search entries.

Applies to