The properties of UIKit.UISearchController are listed below. For a list of all members, see the UISearchController Members list.
See Also: Inherited members from UIKit.UIViewController
| Active | bool. Gets or sets whether to display the search interface by default. The default is true. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUISearchControllerDelegate. An instance of the UIKit.UISearchControllerDelegate model class which acts as the class delegate. | |
| DimsBackgroundDuringPresentation | bool. Gets or sets whether to dim contents during a search. The default is true. | |
| HidesNavigationBarDuringPresentation | bool. Gets or sets whether to hide the navigation bar while searching. The default is true. | |
| [read-only] | SearchBar | UISearchBar. Gets the search bar object used by this UIKit.UISearchController. |
| [read-only] | SearchResultsController | UIViewController. Gets the UIKit.UIViewController that manages search results. |
| SearchResultsUpdater | IUISearchResultsUpdating. Gets or sets the UIKit.UISearchResultsUpdating object that updates the contents of the UIKit.UIViewController. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type | |
| WeakSearchResultsUpdater | Foundation.NSObject. Documentation for this section has not yet been entered. |