ModuleListPage.RefreshSearchPanel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.