DialogViewController.PerformFilter(String) Method

Definition

Programmatic access to filter the displayed contents in the DialogViewController.

public void PerformFilter (string text);
member this.PerformFilter : string -> unit

Parameters

text
String

Text to search for

Remarks

Any elements that respond to the Matches () method with true will be added to the list.

Applies to