DialogViewController.EnableSearch Property

Definition

Determines whether a search box should be shown. This value should be set before the DialogViewController's View is shown.

public bool EnableSearch { get; set; }
member this.EnableSearch : bool with get, set

Property Value

Remarks

If this value is set to true then your DialogViewController will display a search bar, and will provide searching functionality over its elements.

Applies to