DialogViewController.EnableSearch Property
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.
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.