The properties of UIKit.UISearchDisplayController are listed below. For a list of all members, see the UISearchDisplayController Members list.
See Also: Inherited members from Foundation.NSObject
| Active | bool. Whether the search interface is visible. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUISearchDisplayDelegate. An instance of the UIKit.UISearchDisplayDelegate model class which acts as the class delegate. | |
| DisplaysSearchBarInNavigationBar | bool. Whether the navigation bar contains a search bar. | |
| [read-only] | NavigationItem | UINavigationItem. Represents the UISearchDisplayController in a UINavigationController's nav bar. Read-only. |
| [read-only] | SearchBar | UISearchBar. The search bar. Read-only. |
| [read-only] | SearchContentsController | UIViewController. The UIViewController that managed the contents being searched. Read-only. |
| SearchResultsDataSource | IUITableViewDataSource. The UITableViewDataSource holding the search results. | |
| SearchResultsDelegate | IUITableViewDelegate. The delegate object for events relating to the search results table view. | |
| SearchResultsSource | UITableViewSource. The UITableViewSource holding the search results. | |
| [read-only] | SearchResultsTableView | UITableView. The UITableView in which the search results are displayed. Read-only. |
| SearchResultsTitle | string. The title for the search results view. | |
| SearchResultsWeakDataSource | Foundation.NSObject. The data source for the UITableView in which the search results are displayed. | |
| SearchResultsWeakDelegate | Foundation.NSObject. The delegate for the UITableView in which the search results are displayed. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |